
14 Jul
2008
14 Jul
'08
1:36 p.m.
David Abrahams wrote:
on Sat Jul 12 2008, Loïc Joly <loic.actarus.joly-AT-numericable.fr> wrote:
Hello,
I was wondering whether there was any plan to implement a unique_ptr in boost, that would replace scoped_ptr, and would default to scoped_ptr on compilers lacking move semantic?
You might look at
http://svn.boost.org/trac/boost/browser/trunk/boost/ptr_container/detail/sta...
Looks interesting! Plan to include into boost?