[libcxx-commits] [PATCH] D114912: [libc++] [P1614] Hidden-friend operator<=> for string_view.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 2 18:03:38 PST 2021
Quuxplusone added inline comments.
================
Comment at: libcxx/include/string_view:686
+#if _LIBCPP_STD_VER > 17
+ friend _LIBCPP_CONSTEXPR_AFTER_CXX11 _LIBCPP_HIDE_FROM_ABI __comp_cat_t<_Traits, weak_ordering>
+ operator<=>(basic_string_view __lhs, basic_string_view __rhs) _NOEXCEPT {
----------------
philnik wrote:
>
Oops, missed this one. Have now fixed it locally, so it'll be in the next diff uploaded and/or landed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114912/new/
https://reviews.llvm.org/D114912
More information about the libcxx-commits
mailing list