$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-07-07 11:59:24
Joel de Guzman wrote:
> Can you do "emplace" without move-construct? With a non-C++0x compiler?
> What am I missing?
Well, Boost.optional has been doing it for years already.
The only problem is correctly forwarding the arguments of the constructor.