$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Move] unique_ptr
From: Szymon Gatner (szymon.gatner_at_[hidden])
Date: 2011-10-30 11:40:29
Hi,
with now accepted Move library, is implementation of unique_ptr<>
planned for boost? I used to use Howard Hinnant's implementation
so far but got compilation problems as soon as I added Move library
to my toolbox. Also, Hinnant's page says:
"The following is a dated C++03 emulation of unique_ptr.
You may find a better unique_ptr emulation at boost."
Does he mean the one in Boost.Interprocess?
Regards,
Simon