[libcxx-commits] [PATCH] D115122: [libc++] [ranges] Implement views::take, views::drop, ranges::equal. [WIP, needs tests]

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 7 10:54:34 PST 2021


philnik added inline comments.


================
Comment at: libcxx/include/__algorithm/ranges_equal.h:88-90
+inline namespace __cpo {
+  inline constexpr auto equal = __equal::__fn{};
+} // namespace __cpo
----------------
What is the rationale behind this namespace? Is there some requirement?


================
Comment at: libcxx/include/__ranges/counted.h:83
   };
-}
+
+} // namespace __counted
----------------
Nit: remove line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115122



More information about the libcxx-commits mailing list