Modern (Effective) C++ - Prefer to use convenience functions when creating unique or shared pointers.
zeroingTheDot
February 06, 2018
This article is inspired by Item 21 of Effective Modern C++ by Scott Meyers. C++11 provides a function to create shared_ptr called std::m...
Modern (Effective) C++ - Prefer to use convenience functions when creating unique or shared pointers.
Reviewed by zeroingTheDot
on
February 06, 2018
Rating: