Files
gcc/libstdc++-v3/include/std
Jonathan Wakely f7251b7886 libstdc++: Simplify std::string_view comparisons (LWG 3950)
LWG 3950 points out that the comparisons of std::basic_string_view can
be simplified to just a single overload of operator== and a single
overload of operator<=>. Those overloads work fine for homogeneous
comparisons of two string view objects.

libstdc++-v3/ChangeLog:

	* include/std/string_view (operator==, operator<=>): Remove
	redundant overloads (LWG 3950).
2023-11-11 00:41:09 +00:00
..
2023-09-15 15:26:26 -04:00