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

[PATCH] PR libstdc++/80478 make std::mem_fn work with noexcept functions


We need partial specializations of _Mem_fn for member function types
that are noexcept(true). Rather than relying on deducing the
exception-specification (which is not supported by Clang yet) I've
just added some more uses of the macro that generates the partial
specializations.

	PR libstdc++/80478
	* include/std/functional (_Mem_fn_traits_base): Add specializations
	for noexcept member function types.
	* testsuite/20_util/function_objects/mem_fn/80478.cc: New test.

Tested powerpc64le-linux, committed to trunk. Backport to gcc-7-branch
coming shortly.


Attachment: patch.txt
Description: Text document


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