
13 Mar
2008
13 Mar
'08
4:03 a.m.
On Thu, Mar 13, 2008 at 2:37 AM, David Abrahams <dave@boost-consulting.com> wrote:
You should return std::auto_ptr, which -- unlike shared_ptr -- doesn't impose any permanent choice but is also safe.
Thanks for your suggestion, I will change that probably with an additional code simplification that I've found as soon as I have finished with extending the other toy I posted (Multi-signature overload function) to support pointer-to-member function. The patch I've added seems already to work, so I would think it's almost ready modulo some extensive testing. Marco