gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 93843da697 libstdc++: Add comparison operators to associative containers
The last C++20 changes from P1614R2, "The Mothership has Landed"

	* include/bits/stl_map.h (map): Define operator<=> and remove
	operator< for C++20.
	* include/bits/stl_multimap.h (multimap): Likewise.
	* include/bits/stl_multiset.h (multiset): Likewise.
	* include/bits/stl_set.h (set): Likewise.
	* include/bits/stl_tree.h (_Rb_tree): Likewise.
	(_Rb_tree_iterator, _Rb_tree_const_iterator): Remove redundant
	operator!= for C++20.
	* include/debug/map.h (__gnu_debug::map): Define operator<=> for C++20.
	* include/debug/multimap.h (__gnu_debug::multimap): Likewise.
	* include/debug/multiset.h (__gnu_debug::multiset): Likewise.
	* include/debug/set.h (__gnu_debug::set): Likewise.
	* testsuite/23_containers/map/operators/cmp_c++20.cc: New test.
	* testsuite/23_containers/multimap/operators/cmp_c++20.cc: New test.
	* testsuite/23_containers/multiset/operators/cmp_c++20.cc: New test.
	* testsuite/23_containers/set/operators/cmp_c++20.cc: New test.
2020-04-20 17:50:10 +01:00
..
array libstdc++: Define <=> for Debug Mode array 2020-02-27 15:13:16 +00:00
bitset Update copyright years. 2020-01-01 12:51:42 +01:00
deque libstdc++: Add comparison operators to sequence containers 2020-04-17 23:41:04 +01:00
forward_list libstdc++: Add comparison operators to sequence containers 2020-04-17 23:41:04 +01:00
headers Update copyright years. 2020-01-01 12:51:42 +01:00
list libstdc++: Add comparison operators to sequence containers 2020-04-17 23:41:04 +01:00
map libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
multimap libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
multiset libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
priority_queue Library-side tests for parenthesized aggregate init 2020-03-31 17:07:52 +03:00
queue libstdc++: Define operator<=> for std::stack and std::queue 2020-04-19 21:30:15 +01:00
set libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
span libstdc++: Fix std::span test failures with _GLIBCXX_ASSERTIONS 2020-02-27 15:13:16 +00:00
stack libstdc++: Define operator<=> for std::stack and std::queue 2020-04-19 21:30:15 +01:00
unordered_map Library-side tests for parenthesized aggregate init 2020-03-31 17:07:52 +03:00
unordered_multimap Library-side tests for parenthesized aggregate init 2020-03-31 17:07:52 +03:00
unordered_multiset Library-side tests for parenthesized aggregate init 2020-03-31 17:07:52 +03:00
unordered_set Library-side tests for parenthesized aggregate init 2020-03-31 17:07:52 +03:00
vector libstdc++: Add comparison operators to sequence containers 2020-04-17 23:41:04 +01:00