https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81469

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Wed Sep 20 16:34:49 2017
New Revision: 253018

URL: https://gcc.gnu.org/viewcvs?rev=253018&root=gcc&view=rev
Log:
PR libstdc++/81469 deprecate std::uncaught_exception for C++17

        PR libstdc++/81469
        * libsupc++/exception (uncaught_exception): Deprecate for C++17.
        * testsuite/18_support/exception_ptr/62258.cc: Add -Wno-deprecated.
        * testsuite/18_support/uncaught_exception/14026.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/exception
    trunk/libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc
    trunk/libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc

Reply via email to