gcc/libstdc++-v3/testsuite/20_util/time_point
Jonathan Wakely 27c171775a libstdc++: Add comparison operators to <chrono> types
Some more C++20 changes from P1614R2, "The Mothership has Landed".

	* include/std/chrono (duration, time_point): Define operator<=> and
	remove redundant operator!= for C++20.
	* testsuite/20_util/duration/comparison_operators/three_way.cc: New
	test.
	* testsuite/20_util/time_point/comparison_operators/three_way.cc: New
	test.
2020-04-18 00:47:45 +01:00
..
arithmetic
comparison_operators libstdc++: Add comparison operators to <chrono> types 2020-04-18 00:47:45 +01:00
cons libstdc++: Fix two tests that fail in C++20 mode 2020-03-28 21:52:13 +00:00
nonmember
requirements
1.cc
2.cc
3.cc