[libcxx-commits] [PATCH] D80891: [libcxx] adds operator<=> for basic_string_view

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 23 01:00:59 PDT 2020


curdeius added inline comments.


================
Comment at: libcxx/include/string_view:42
+    template<class charT, class traits>
+    constexpr bool operator<=>(basic_string_view<charT, traits> x,
+                               basic_string_view<charT, traits> y) noexcept; // C++20
----------------
Return type is not `bool`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80891/new/

https://reviews.llvm.org/D80891





More information about the libcxx-commits mailing list