gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 3a401ff88a libstdc++: Add feature test macro for heterogeneous lookup in unordered containers
Also update the C++20 status docs.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* doc/xml/manual/status_cxx2020.xml:
	* doc/html/*: Regenerate.
	* include/bits/hashtable.h (__cpp_lib_generic_unordered_lookup):
	Define.
	* include/std/version (__cpp_lib_generic_unordered_lookup):
	Define.
	* testsuite/23_containers/unordered_map/operations/1.cc: Check
	feature test macro.
	* testsuite/23_containers/unordered_set/operations/1.cc:
	Likewise.

(cherry picked from commit f78f25f438)
2021-06-11 23:23:55 +01:00
..
array libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
bitset Update copyright years. 2021-01-04 10:26:59 +01:00
deque libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
forward_list libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
headers Update copyright years. 2021-01-04 10:26:59 +01:00
list libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
map libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
multimap libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
multiset libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
priority_queue libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
queue libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
set libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
span libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676] 2021-06-02 14:43:20 +01:00
stack libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
unordered_map libstdc++: Add feature test macro for heterogeneous lookup in unordered containers 2021-06-11 23:23:55 +01:00
unordered_multimap libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
unordered_multiset libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00
unordered_set libstdc++: Add feature test macro for heterogeneous lookup in unordered containers 2021-06-11 23:23:55 +01:00
vector libstdc++: Remove redundant -std=gnu++17 option from containers tests 2021-05-11 20:50:08 +01:00