
4 Jun
2009
4 Jun
'09
5:07 p.m.
Hi, ----- Original Message ----- From: "Dean Michael Berris" <mikhailberis@gmail.com> To: <boost@lists.boost.org> Sent: Thursday, June 04, 2009 10:24 AM Subject: [boost] unique_ptr for C++0x exprimental compilers?
Hi,
Is there anybody already implementing an auto_ptr replacement (unique_ptr) for Boost? I've got a really simple implementation that I'm attaching to this email (with tests) that I'm submitting for review.
Howard Hinnant has already provided an implementation. See (https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Smart...). I don't know if he plans to submit it for Boost review. Best, Vicente