[patch] libstdc++/64651 allow rethrow_exception to be found by ADL
Jonathan Wakely
jwakely@redhat.com
Wed Nov 11 10:10:00 GMT 2015
As I wrote in the PR, the standard doesn't require that
std::rethrow_exception can be found by ADL, because exception_ptr is
not necessarily defined in namespace std. This ensures it will be
found.
Tested powerpc64le-linux, committed to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 1964 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20151111/2df9bec8/attachment.bin>
More information about the Libstdc++
mailing list