20 Mar
2015
20 Mar
'15
12:27 p.m.
Stephan T. Lavavej wrote:
[Edward Diener]
A table of which Boost libraries use auto_ptr, unary_function, and binary_function might help your cause. Grepping headers and ignoring comments: <snip> [auto_ptr] geometry
And it's gone. Thanks for the heads up.
[Peter Dimov]
shared_ptr has a constructor taking auto_ptr, but it's guarded by a Config macro, BOOST_NO_AUTO_PTR. Oh, that's good to know.
The same is true for boost::scoped_ptr. Regards, Adam