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

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Sep 3 14:36:00 GMT 2015


Author: redi
Date: Thu Sep  3 14:36:03 2015
New Revision: 227448

URL: https://gcc.gnu.org/viewcvs?rev=227448&root=gcc&view=rev
Log:
Make std::experimental::not_fn SFINAE-friendly.

	PR libstdc++/66998
	* include/experimental/functional (_Not_fn): Add exception
	specifications and non-deduced return types.
	(not_fn): Add exception specification and wrap pointer-to-member.
	* testsuite/experimental/functional/not_fn.cc: Test in SFINAE context
	and test pointer-to-member.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/experimental/functional
    trunk/libstdc++-v3/testsuite/experimental/functional/not_fn.cc



More information about the Libstdc++-cvs mailing list