gcc/libstdc++-v3/testsuite/23_containers/set
Jonathan Wakely c123096cf1 libstdc++: Fix invalid instantiations in tests
These tests instantiate std::multiset and std::set with a type that has
no operator< so they should use a custom comparison function.

libstdc++-v3/ChangeLog:

	* testsuite/23_containers/multiset/operators/cmp_c++20.cc: Use
	custom comparison function for multiset.
	* testsuite/23_containers/set/operators/cmp_c++20.cc: Use custom
	comparison function for set.
2022-02-02 17:08:54 +00:00
..
allocator Update copyright years. 2022-01-03 10:42:10 +01:00
capacity Update copyright years. 2022-01-03 10:42:10 +01:00
cons Update copyright years. 2022-01-03 10:42:10 +01:00
debug Update copyright years. 2022-01-03 10:42:10 +01:00
modifiers Update copyright years. 2022-01-03 10:42:10 +01:00
operations Update copyright years. 2022-01-03 10:42:10 +01:00
operators libstdc++: Fix invalid instantiations in tests 2022-02-02 17:08:54 +00:00
requirements Update copyright years. 2022-01-03 10:42:10 +01:00
14340.cc Update copyright years. 2022-01-03 10:42:10 +01:00
18604.cc Update copyright years. 2022-01-03 10:42:10 +01:00
23781_neg.cc Update copyright years. 2022-01-03 10:42:10 +01:00
48101-2_neg.cc Update copyright years. 2022-01-03 10:42:10 +01:00
48101-3_neg.cc Update copyright years. 2022-01-03 10:42:10 +01:00
48101_neg.cc Update copyright years. 2022-01-03 10:42:10 +01:00
58764.cc Update copyright years. 2022-01-03 10:42:10 +01:00
85965.cc Update copyright years. 2022-01-03 10:42:10 +01:00
92124.cc Update copyright years. 2022-01-03 10:42:10 +01:00
check_construct_destroy.cc Update copyright years. 2022-01-03 10:42:10 +01:00
erasure.cc Update copyright years. 2022-01-03 10:42:10 +01:00
init-list.cc Update copyright years. 2022-01-03 10:42:10 +01:00
move_comparison.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pmr_typedefs.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pmr_typedefs_debug.cc Update copyright years. 2022-01-03 10:42:10 +01:00
range_access.cc Update copyright years. 2022-01-03 10:42:10 +01:00