[patch] libstdc++/62154 fix throw_with_nested and rethrow_if_nested

Jonathan Wakely jwakely@redhat.com
Fri Aug 15 15:27:00 GMT 2014


Rewritten to meet the C++11 spec, not the 2009 draft I used when
adding nested_exception.

I've used the builtin traits directly, to avoid making libsupc++
depend on <type_traits>, which shouldn't be necessary because
<type_traits> should be present for freestanding implementations, but
it isn't (PR 62159).

Tested x86_64-linux, committed to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 7168 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20140815/cb0caf92/attachment.bin>


More information about the Libstdc++ mailing list