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

	* include/std/charconv (to_chars_result, from_chars_result): Add
	defaulted equality comparisons for C++20.
	* testsuite/20_util/from_chars/compare.cc: New test.
	* testsuite/20_util/to_chars/compare.cc: New test.
2020-04-08 16:16:10 +01:00
..
1.cc libstdc++: Restore ability to use <charconv> in C++14 (PR 94520) 2020-04-07 17:18:21 +01:00
2.cc libstdc++: Restore ability to use <charconv> in C++14 (PR 94520) 2020-04-07 17:18:21 +01:00
3.cc
chars_format.cc
compare.cc libstdc++: Add comparison operators to <charconv> result types 2020-04-08 16:16:10 +01:00
lwg3266.cc
requirements.cc