re PR libstdc++/64651 (std::rethrow_exception not found by ADL)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 11 Nov 2015 10:08:23 +0000 (10:08 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 11 Nov 2015 10:08:23 +0000 (10:08 +0000)
commit832ca6ac7252f3dcde1fe4dbe8284a1961449e2b
tree648fbfb24202dfca549dbfd720664270c74cbfea
parent9a5571385680e5a7ea53268fb025399f9c861eb3
re PR libstdc++/64651 (std::rethrow_exception not found by ADL)

PR libstdc++/64651
* libsupc++/exception_ptr.h (rethrow_exception): Add using-declaration
to __exception_ptr namespace.
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Test ADL.
Remove unnecessary test variables.

From-SVN: r230147
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/exception_ptr.h
libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc