
15 Nov
2008
15 Nov
'08
7:52 p.m.
I'm not sure about documentation but make_shared is available in Boost: http://svn.boost.org/svn/boost/trunk/boost/make_shared.hpp
Also see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm and Peter Dimov's web site http://www.pdimov.com/ for more shared_ptr info.
Excellent! It would be nice if boost documented this though... no one's going to use it if they have to trawl through the header to find out about it.