$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] unique_ptr?
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2009-06-13 10:31:47
Hey guys,
I remember a while back using boost::unique_ptr<Foo>, but I can't seem to
find that class anymore. I'm using Boost 1.39. I noticed
boost::interprocess::unique_ptr, but this isn't the same thing I'm looking
for.
Where can I find the boost::unique_ptr class? Is this in the sandbox
somewhere?
Thanks.