Mooophy / Cpp-Primer

C++ Primer 5 answers
Creative Commons Zero v1.0 Universal
8.07k stars 2.99k forks source link

Fix the answer to Exercise 13.16 #749

Open southernEast opened 4 years ago

southernEast commented 4 years ago

According to your program in Excise 13.17 / For 13.16, the output will be three different numbers. Because the newly defined copy constructor will be called in "numbered a, b = a, c = b;".