This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/81469] std::uncaught_exception should be marked as deprecated for C++1z


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

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