$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-06-22 16:50:45
Ion Gaztañaga wrote:
> The goal is that anyone experimenting with compilers with rvalue
> references (gcc 4.3 for now) can take advantage of containers that can
> hold movable-only types.
I hardly see how any other datatype than a vector (or a hash map) can
require movability.
For the rest, you only need to put in-place construction in the interface.