Re: [patch] libstdc++/56905 deprecate copy_exception

2013-04-24 Thread Jonathan Wakely
On 24 April 2013 23:00, Jonathan Wakely wrote: > The C++0x draft defined std::copy_exception but it was renamed to > std::make_exception_ptr in the final C++11 standard. This changes the > library to use the new name and deprecates the old one, so we can > remove it one day. > > PR libstdc

[patch] libstdc++/56905 deprecate copy_exception

2013-04-24 Thread Jonathan Wakely
The C++0x draft defined std::copy_exception but it was renamed to std::make_exception_ptr in the final C++11 standard. This changes the library to use the new name and deprecates the old one, so we can remove it one day. PR libstdc++/56905 * libsupc++/exception_ptr.h (copy_excepti