gcc/libstdc++-v3/include/debug
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
assertions.h Update copyright years. 2020-01-01 12:51:42 +01:00
bitset Update copyright years. 2020-01-01 12:51:42 +01:00
debug.h 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
formatter.h libstdc++: Fix redundant assignment (PR 94629) 2020-04-19 21:05:32 +01:00
forward_list libstdc++: Add comparison operators to sequence containers 2020-04-17 23:41:04 +01:00
functions.h Update copyright years. 2020-01-01 12:51:42 +01:00
helper_functions.h 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
macros.h Update copyright years. 2020-01-01 12:51:42 +01:00
map Update copyright years. 2020-01-01 12:51:42 +01:00
map.h libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
multimap.h libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
multiset.h libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
safe_base.h Update copyright years. 2020-01-01 12:51:42 +01:00
safe_container.h Update copyright years. 2020-01-01 12:51:42 +01:00
safe_iterator.h libstdc++: Add comparison operators to sequence containers 2020-04-17 23:41:04 +01:00
safe_iterator.tcc Update copyright years. 2020-01-01 12:51:42 +01:00
safe_local_iterator.h Update copyright years. 2020-01-01 12:51:42 +01:00
safe_local_iterator.tcc Update copyright years. 2020-01-01 12:51:42 +01:00
safe_sequence.h Update copyright years. 2020-01-01 12:51:42 +01:00
safe_sequence.tcc Update copyright years. 2020-01-01 12:51:42 +01:00
safe_unordered_base.h Update copyright years. 2020-01-01 12:51:42 +01:00
safe_unordered_container.h Update copyright years. 2020-01-01 12:51:42 +01:00
safe_unordered_container.tcc Update copyright years. 2020-01-01 12:51:42 +01:00
set Update copyright years. 2020-01-01 12:51:42 +01:00
set.h libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
stl_iterator.h Update copyright years. 2020-01-01 12:51:42 +01:00
string libstdc++: Fix std::string error in Debug Mode 2020-02-27 15:13:16 +00:00
unordered_map libstdc++: Remove operator!= overloads for unordered containers 2020-04-19 21:05:32 +01:00
unordered_set libstdc++: Remove operator!= overloads for unordered containers 2020-04-19 21:05:32 +01:00
vector libstdc++: Add comparison operators to sequence containers 2020-04-17 23:41:04 +01:00