This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[c++0x patch] add std::make_exception_ptr


LWG DR 1130 renamed copy_exception to make_exception_ptr, this adds
the latter which simply forwards to the former

2010-05-07  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * libsupc++/exception_ptr.h (make_exception_ptr): Add.
        * testsuite/18_support/exception_ptr/make_exception_ptr.cc: New.

tested x86_64/Linux, checked in to trunk

Jonathan

Attachment: make_ep.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]