$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [move][container] Review Request (new versions of Boost.Move and Boost.Container in sandbox and vault)
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-08-28 04:07:11
Jeffrey Hellrung escribió:
> Great, just making sure that was on the table ;) Also, surely you mean
>
> #ifndef BOOST_HAS_RVALUE_REFS // rather than #ifdef
Yes ;-)
> As far as generic forwarding, I've been playing around with it a little
> and I'm likewise stuck on how to capture true rvalues via template
> parameter deduction :/
It's not trivial... And if we more than 2 overloads for each parameter,
we'll need to produce a ton of preprocessed code ;-)
Best,
Ion