Hacker News new | ask | show | jobs
by ovao 3004 days ago
To add: according to cppreference, all known STL implementations leverage this optimization. This used to be specific to Microsoft's STL implementation, but apparently all the major STL vendors are now on-board with it.
1 comments

make_shared traces its roots back into the original boost implementation.