Is boost::make_shared obsolete now? Haven't found its definition in 1.35.
+4
A:
Its in the 1.4 docs: http://www.boost.org/doc/libs/1_40_0/libs/smart_ptr/make_shared.html
It appears to have been added in version 1.39
Ryan Cook
2009-11-11 02:55:30
Thanks Ryan. Is there any way to find out which version it has been introduced?
Steve
2009-11-11 03:07:05
The smart_ptr doc has a history section that may help you find what you need: http://www.boost.org/doc/libs/1_40_0/libs/smart_ptr/smart_ptr.htm#History
Ryan Cook
2009-11-11 03:15:42
it's even part of C++0x
Nikola Smiljanić
2009-11-16 22:03:04