r241091 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Oct 13 10:19:00 GMT 2016


Author: redi
Date: Thu Oct 13 10:19:24 2016
New Revision: 241091

URL: https://gcc.gnu.org/viewcvs?rev=241091&root=gcc&view=rev
Log:
Fix exception-specifications for std::_Not_fn

	* include/std/functional (_Not_fn): Make exception specifications
	depend on whether negating the result can throw.
	* testsuite/20_util/not_fn/1.cc: Move to ...
	* testsuite/20_util/function_objects/not_fn/1.cc: ... here. Add tests
	for types that can throw when negated and that cannot be negated.

Added:
    trunk/libstdc++-v3/testsuite/20_util/function_objects/not_fn/
    trunk/libstdc++-v3/testsuite/20_util/function_objects/not_fn/1.cc
      - copied, changed from r241089, trunk/libstdc++-v3/testsuite/20_util/not_fn/1.cc
Removed:
    trunk/libstdc++-v3/testsuite/20_util/not_fn/
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/functional



More information about the Libstdc++-cvs mailing list