$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [unique_ptr] Questions
From: dariomt_at_[hidden]
Date: 2010-07-07 06:13:40
Hi list,
I found a C++03 emulation of unique_ptr here
http://home.roadrunner.com/~hinnant/unique_ptr.hpp
Is there any reason this is not part of Boost?
Are there any known issues with this code?
Thanks!