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

Amirreza Ashouri via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 15 15:07:55 PDT 2023


================
@@ -776,7 +776,35 @@ template <ranges::contiguous_range _Range>
 #endif
 
 // [string.view.comparison]
+
+#if _LIBCPP_STD_VER >= 20
+
----------------
AMP999 wrote:

I pushed a wrong commit in the branch. It's fixed now.

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


More information about the libcxx-commits mailing list