$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Composing non copyable and movable classes
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-12-08 14:55:41
Michael Marcin wrote:
> Speaking of unique_ptr is it possible to get a C++03 emulation of
> unique_ptr into boost?
For that it'd be best to have a standard move emulation first within
Boost I suppose.