[libcxx-commits] [PATCH] D136268: [libc++][ranges] implement `std::views::elements_view`

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 19 21:11:39 PST 2022


avogelsgesang added inline comments.


================
Comment at: libcxx/include/__ranges/elements_view.h:296
+
+  _LIBCPP_HIDE_FROM_ABI friend constexpr auto operator<=>(const __iterator& __x, const __iterator& __y)
+    requires random_access_range<_Base> && three_way_comparable<iterator_t<_Base>>
----------------
please also mark `elements_view::iterator` on https://libcxx.llvm.org/Status/Spaceship.html as done


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136268



More information about the libcxx-commits mailing list