$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (howard.hinnant_at_[hidden])
Date: 2006-03-11 19:36:01
Fwiw, I've whipped up an independent C++03 emulation of unique_ptr.
It is based on Rani Sharoni's ideas here:
http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#463
It isn't perfect, but it could be useful prior to rvalue references.
http://home.twcny.rr.com/hinnant/cpp_extensions/unique_ptr_03.html
-Howard