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-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-09-25 09:48:44 +01:00
2023-08-24 13:44:38 +01:00
2023-08-16 15:16:25 +02:00
2023-09-15 15:26:26 -04:00
2023-08-16 15:16:25 +02:00
2023-10-20 12:35:58 -04:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-09-07 08:05:51 +01:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-11-06 10:15:20 +00:00
2023-08-16 15:16:25 +02:00
2023-09-13 22:37:18 +02:00
2023-08-16 15:16:25 +02:00
2023-09-15 21:57:41 +01:00
2023-09-12 11:26:50 -04:00
2023-08-09 15:19:15 +01:00
2023-08-16 15:16:25 +02:00
2023-06-30 15:35:02 +01:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-08-18 22:50:48 +01:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-11-11 00:41:08 +00:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-11-06 10:15:20 +00:00
2023-08-24 13:44:38 +01:00
2023-05-12 17:46:28 +01:00
2023-11-09 15:15:08 -05:00
2023-08-24 13:44:38 +01:00
2023-08-09 15:19:15 +01:00
2023-08-16 15:16:25 +02:00
2023-10-26 21:10:47 +01:00
2023-08-16 15:16:25 +02:00
2023-11-11 00:41:08 +00:00
2023-08-16 15:16:25 +02:00
2023-02-02 16:57:27 +00:00
2023-09-11 14:56:58 +01:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-11-11 00:41:09 +00:00
2023-08-16 15:16:25 +02:00
2023-11-04 08:31:45 +00:00
2023-09-11 14:56:58 +01:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00
2023-09-25 09:48:44 +01:00
2023-08-09 15:19:15 +01:00
2023-09-29 16:01:20 +01:00
2023-08-16 15:16:25 +02:00
2023-08-16 15:16:25 +02:00