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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 29 02:08:12 PST 2022


philnik added inline comments.


================
Comment at: libcxx/include/__ranges/elements_view.h:127-131
+  template <bool>
+  class __iterator;
+
+  template <bool>
+  class __sentinel;
----------------
I know it sucks, but we have to move the iterators and sentinels outside the views.


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