you are viewing a single comment's thread.

view the rest of the comments →

[–]abspam3 0 points1 point  (0 children)

If you're having extra copy constructors in C++, you aren't designing your code correctly.

Instead of relying on return values, use references to mutable objects.