Hacker News new | ask | show | jobs
by wwright 2390 days ago
That default changes in C++11: https://en.cppreference.com/w/cpp/language/copy_elision

The logic around it is still pretty complicated, since we’re talking about C++.