Boost logo

Boost :

Subject: Re: [boost] [exception] c++11 updates
From: Ryan Burn (rnickb731_at_[hidden])
Date: 2015-03-21 01:58:29


On Fri, Mar 20, 2015 at 2:58 PM, Emil Dotchevski <emildotchevski_at_[hidden]>
wrote:

> On Thu, Mar 19, 2015 at 4:36 PM, Ryan Burn <rnickb731_at_[hidden]> wrote:
>
> > - add rvalue-reference overloads to the error_info class (
> >
> >
> https://github.com/boostorg/exception/blob/develop/include/boost/exception/detail/error_info_impl.hpp
> > )
> > 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


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