[libcxx-commits] [PATCH] D103056: [libcxx][ranges] Add `ranges::transform_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 24 16:47:45 PDT 2021


zoecarver added a subscriber: rarutyun.
zoecarver added inline comments.


================
Comment at: libcxx/include/__ranges/subrange.h:68
 
+    __subrange_base() = default;
     constexpr __subrange_base(_Iter __iter, _Sent __sent)
----------------
This is based on an old diff, these will go away when I rebase.


================
Comment at: libcxx/include/__ranges/transform_view.h:250
+  }
+//   friend constexpr auto operator<=>(const __iterator& __x, const __iterator& __y)
+//     requires random_access_range<_Base> && three_way_comparable<iterator_t<_Base>>
----------------
CC @rarutyun 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103056



More information about the libcxx-commits mailing list