2 May
2012
2 May
'12
1:07 p.m.
On Wed, May 2, 2012 at 9:43 PM, niXman
I need to check if std::shred_ptr & std::scoped_ptr availability.
As far as I know there is no std::scoped_ptr, only boost::scoped_ptr. With C++11 standard library, the equivalent (but that allow being moved and used in a container) would be std::unique_ptr. Joël Lamotte