$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-05-10 20:06:37
Michael Marcin wrote:
> I have a just come across a need for move semantics to make an interface
> clean and efficient.
> I read a while back that there was a move semantics library developed for
> boost (by David Abrahams?).
> Is it useable presently? Where can I find the latest version?
There seems to be move.hpp files in some places in the headers, like in
boost variant ones.
I wonder if it could use rvalue references if that feature is available.