gcc/libstdc++-v3/testsuite/20_util/reference_wrapper
Jonathan Wakely 2670a7aa8f Add remaining changes from P1065R2 "constexpr INVOKE"
* include/bits/refwrap.h (reference_wrapper, ref, cref): Add constexpr
	specifiers for C++20.
	* include/std/functional (_Mem_fn, mem_fn, _Bind, _Bind_result, bind)
	(bind_front, _Not_fn, not_fn): Likewise.
	* testsuite/20_util/bind/constexpr.cc: New test.
	* testsuite/20_util/function_objects/bind_front/constexpr.cc: New test.
	* testsuite/20_util/function_objects/mem_fn/constexpr.cc: New test.
	* testsuite/20_util/function_objects/not_fn/constexpr.cc: New test.
	* testsuite/20_util/reference_wrapper/constexpr.cc: New test.

From-SVN: r277698
2019-10-31 23:03:22 +00:00
..
24803.cc Update copyright years. 2019-01-01 13:31:55 +01:00
41792.cc Update copyright years. 2019-01-01 13:31:55 +01:00
80504.cc Update copyright years. 2019-01-01 13:31:55 +01:00
83427.cc Update copyright years. 2019-01-01 13:31:55 +01:00
constexpr.cc Add remaining changes from P1065R2 "constexpr INVOKE" 2019-10-31 23:03:22 +00:00
deduction.cc Update copyright years. 2019-01-01 13:31:55 +01:00
incomplete.cc P0357R3 reference_wrapper for incomplete types 2019-01-11 23:41:11 +00:00
invoke-2.cc Update copyright years. 2019-01-01 13:31:55 +01:00
invoke-3.cc Update copyright years. 2019-01-01 13:31:55 +01:00
invoke.cc Update copyright years. 2019-01-01 13:31:55 +01:00
lwg2993.cc Update copyright years. 2019-01-01 13:31:55 +01:00
ref_neg.cc Update copyright years. 2019-01-01 13:31:55 +01:00
requirements.cc Update copyright years. 2019-01-01 13:31:55 +01:00
result_type.cc Fix tests that fail in C++2a mode 2019-01-29 00:47:32 +00:00
typedefs-2.cc Fix tests that fail in C++2a mode 2019-01-29 00:47:32 +00:00
typedefs-3.cc Fix tests that fail in C++2a mode 2019-01-29 00:47:32 +00:00
typedefs.cc Fix tests that fail in C++2a mode 2019-01-29 00:47:32 +00:00