[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:01:00 PDT 2020
curdeius added inline comments.
================
Comment at: libcxx/include/string_view:654
+auto operator<=>(basic_string_view<_CharT, _Traits> __lhs,
+ typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
+{
----------------
Just `noexcept`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80891/new/
https://reviews.llvm.org/D80891
More information about the libcxx-commits
mailing list