Boost logo

Boost :

Subject: Re: [boost] [c++11]
From: Bjorn Reese (breese_at_[hidden])
Date: 2013-06-17 14:40:21


On 06/17/2013 05:04 PM, Niall Douglas wrote:

> I should quickly explain why rvalue ref support is so important to proposed
> Boost.AFIO: it's a 100% batch API and therefore takes in batches of things
> to do and returns out batches of results. That implies lots of passing
> sequences of things around in STL containers, which without rvalue refs are
> not cheap to copy. Therefore while we could get the library working on

Maybe BOOST_ASIO_MOVE_ARG (in boost/asio/detail/config.hpp) will work
for you.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk