gcc/libstdc++-v3/testsuite
Jonathan Wakely 2966952166 libstdc++: define std::common_comparison_category for C++20
* libsupc++/compare (common_comparison_category)
	(common_comparison_category_t): Define for C++20.
	* testsuite/18_support/comparisons/common/1.cc: New test.

From-SVN: r277943
2019-11-08 00:37:08 +00:00
..
17_intro Do not declare std::uses_allocator before C++11 2019-10-22 22:48:53 +01:00
18_support libstdc++: define std::common_comparison_category for C++20 2019-11-08 00:37:08 +00:00
19_diagnostics
20_util Add remaining changes from P1065R2 "constexpr INVOKE" 2019-10-31 23:03:22 +00:00
21_strings
22_locale
23_containers Apply C++20 changes to various iterator types 2019-10-30 15:48:11 +00:00
24_iterators Partial implementation of C++20 of <ranges> header 2019-10-31 21:42:18 +00:00
25_algorithms libstdc++: make negative count safe with std::for_each_n 2019-11-07 23:10:45 +00:00
26_numerics Fix some missing/incorrect feature test macros 2019-10-30 16:57:13 +00:00
27_io PR libstdc++/91067 add more missing exports for directory iterators 2019-08-29 13:16:27 +01:00
28_regex Implement LWG 3296 for basic_regex::assign 2019-09-25 13:31:53 +01:00
29_atomics Fix inaccurate comment in new test 2019-07-12 16:45:16 +01:00
30_threads Add user-defined clock to libstdc++ condition_variable tests 2019-09-04 23:43:20 +01:00
abi
backward Adjust extension types to use allocator_traits 2019-10-23 17:14:28 +01:00
config
data
decimal
experimental Add iterator concepts and range access customization points for C++20 2019-10-29 17:44:18 +00:00
ext Revert ABI changes to std::allocator in C++20 2019-10-24 16:29:41 +01:00
lib
libstdc++-abi
libstdc++-dg Implement <concepts> header for C++20 2019-10-11 16:53:52 +01:00
libstdc++-prettyprinters Improve tests for std::vector<bool> printer 2019-06-20 10:04:55 +01:00
libstdc++-xmethods
performance
special_functions libstdc++ testsuite, silence a FreeBSD libm warning 2019-09-30 22:23:02 +02:00
std Implement C++20 operator<=>. 2019-11-05 18:56:18 -05:00
tr1 Adjust extension types to use allocator_traits 2019-10-23 17:14:28 +01:00
tr2 PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset 2019-10-11 16:29:55 +01:00
util libstdc++: remove redundant equality operators 2019-11-06 17:53:12 +00:00
Makefile.am
Makefile.in