[libcxx-commits] [PATCH] D127211: [libc++] Implement ranges::{reverse, rotate}_copy

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 7 15:59:01 PDT 2022


huixie90 added a comment.

LGTM



================
Comment at: libcxx/include/__algorithm/ranges_reverse_copy.h:16
+#include <__iterator/concepts.h>
+#include <__iterator/reverse_iterator.h>
+#include <__ranges/access.h>
----------------
I might miss something but where is this used? (same apply to the other range algorithm header in the review


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127211



More information about the libcxx-commits mailing list