[libcxx-commits] [PATCH] D119057: [libc++][ranges] Implement rbegin, rend, crbegin and crend.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 04:15:41 PST 2022


philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.

LGTM when rebased and CI is happy.



================
Comment at: libcxx/include/__ranges/rend.h:66-67
+
+class __fn {
+public:
+  template <class _Tp>
----------------
I think every where else `struct __fn` is used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119057



More information about the libcxx-commits mailing list