21 Mar
2015
21 Mar
'15
5:58 a.m.
On Fri, Mar 20, 2015 at 2:58 PM, Emil Dotchevski
On Thu, Mar 19, 2015 at 4:36 PM, Ryan Burn
wrote: - add rvalue-reference overloads to the error_info class (
https://github.com/boostorg/exception/blob/develop/include/boost/exception/d...
) and elsewhere so that you can do things like
throw my_error() << my_info(std::move(a))
Yes I'd welcome such change.
I put together some pull requests to add the move semantics https://github.com/boostorg/throw_exception/pull/3 https://github.com/boostorg/exception/pull/6 Could you review please? Thanks, Ryan