r253018 - in /trunk/libstdc++-v3: ChangeLog lib...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Sep 20 16:34:00 GMT 2017


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



More information about the Libstdc++-cvs mailing list