gcc/libstdc++-v3/testsuite/23_containers/multimap
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
..
allocator Update copyright years. 2020-01-01 12:51:42 +01:00
capacity Update copyright years. 2020-01-01 12:51:42 +01:00
cons Update copyright years. 2020-01-01 12:51:42 +01:00
debug Update copyright years. 2020-01-01 12:51:42 +01:00
modifiers Library-side tests for parenthesized aggregate init 2020-03-31 17:07:52 +03:00
operations Update copyright years. 2020-01-01 12:51:42 +01:00
operators libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
requirements Update copyright years. 2020-01-01 12:51:42 +01:00
14340.cc Update copyright years. 2020-01-01 12:51:42 +01:00
23781_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101-2_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101-3_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
58764.cc Update copyright years. 2020-01-01 12:51:42 +01:00
init-list.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pmr_typedefs_debug.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pmr_typedefs.cc Update copyright years. 2020-01-01 12:51:42 +01:00
range_access.cc Update copyright years. 2020-01-01 12:51:42 +01:00