[libcxx-commits] [libcxx] [libc++] [string_view] Remove operators made redundant by C++20 (PR #66206)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 13 09:17:44 PDT 2023


================
@@ -776,7 +776,33 @@ template <ranges::contiguous_range _Range>
 #endif
 
 // [string.view.comparison]
-// operator ==
+
----------------
ldionne wrote:

Did you confirm that we had tests that checked for all the ways string views can be compared (i.e. https://eel.is/c++draft/string.view.comparison#tab:string.view.comparison.overloads)?

https://github.com/llvm/llvm-project/pull/66206


More information about the libcxx-commits mailing list