
17 Jun
2013
17 Jun
'13
6:40 p.m.
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.