Hacker News new | ask | show | jobs
by dman 1889 days ago
People do think about this all the time in C++ and it is very common to get code review comments about avoiding copies if you overlook such things.
1 comments

Yup, and I wish the compiler would give a warning on a use of a copy constructor...