gcc/libstdc++-v3/testsuite/20_util/function_objects
Jonathan Wakely d0330a0360 libstdc++: Fixes for feature test macros (PR 91480)
Remove the non-standard __cpp_lib_allocator_is_always_equal macro and
add the missing macros for P1032R1.

	PR libstdc++/91480
	* include/bits/allocator.h (__cpp_lib_allocator_is_always_equal):
	Remove non-standard macro.
	* include/bits/stl_iterator.h (__cpp_lib_constexpr_iterator): Define
	to indicate P1032R1 support.
	* include/bits/stl_pair.h (__cpp_lib_constexpr_utility): Likewise.
	* include/std/string_view (__cpp_lib_constexpr_string_view): Likewise.
	* include/std/tuple (__cpp_lib_constexpr_tuple): Likewise.
	* include/std/version (__cpp_lib_allocator_is_always_equal): Remove.
	(__cpp_lib_constexpr_iterator, __cpp_lib_constexpr_string_view)
	(__cpp_lib_constexpr_tuple, __cpp_lib_constexpr_utility): Define.
	* testsuite/20_util/function_objects/constexpr_searcher.cc: Check
	feature test macro.
	* testsuite/20_util/tuple/cons/constexpr_allocator_arg_t.cc: Likewise.
	* testsuite/21_strings/basic_string_view/operations/copy/char/
	constexpr.cc: Likewise.
	* testsuite/24_iterators/insert_iterator/constexpr.cc: Likewise.
2020-04-28 23:40:18 +01:00
..
bind_front Update copyright years. 2020-01-01 12:51:42 +01:00
binders Update copyright years. 2020-01-01 12:51:42 +01:00
identity Update copyright years. 2020-01-01 12:51:42 +01:00
invoke libstdc++: Rename __cpp_lib_constexpr_invoke macro 2020-04-22 22:54:34 +01:00
mem_fn Update copyright years. 2020-01-01 12:51:42 +01:00
not_fn Update copyright years. 2020-01-01 12:51:42 +01:00
range.cmp libstdc++: Fix names of types in comment 2020-02-09 14:00:23 +00:00
83607.cc Update copyright years. 2020-01-01 12:51:42 +01:00
comparisons.cc Update copyright years. 2020-01-01 12:51:42 +01:00
comparisons_pointer.cc Update copyright years. 2020-01-01 12:51:42 +01:00
comparisons_void.cc Update copyright years. 2020-01-01 12:51:42 +01:00
constexpr.cc Update copyright years. 2020-01-01 12:51:42 +01:00
constexpr_searcher.cc libstdc++: Fixes for feature test macros (PR 91480) 2020-04-28 23:40:18 +01:00
dr660.cc Update copyright years. 2020-01-01 12:51:42 +01:00
searchers.cc Update copyright years. 2020-01-01 12:51:42 +01:00