You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many early tips talk about RVO, copy elision etc., but make no mention of C++17. As a result, they often say things like, "Strictly speaking the compiler is not required to perform copy elision".
Many early tips talk about RVO, copy elision etc., but make no mention of C++17. As a result, they often say things like, "Strictly speaking the compiler is not required to perform copy elision".
Now that C++17 guarantees copy elision in certain situations, a note can be added to the tips similar to the one given for number 11. It can tell readers to refer to number 166.
These are the tips which I found mention copy elision and were made before C++17:
The text was updated successfully, but these errors were encountered: