3 Jan
2009
3 Jan
'09
1:31 a.m.
Howard Hinnant wrote:
I've put up a new version of an C++03 emulated unique_ptr here:
http://home.roadrunner.com/~hinnant/unique_ptr03.html
This is a "boost-ized" emulation (uses boost tools and is in boost namespace)
Wouldn't it be useful to make use of the boost C++0x macros to actually use rvalue references when they are available? Not sure whether that would be really useful though.