[libcxx-commits] [PATCH] D127049: [libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iter
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 16 11:14:21 PDT 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM pending CI
================
Comment at: libcxx/test/libcxx/algorithms/alg.modifying.operations/copy.pass.cpp:157
+constexpr void test_out_count() {
+ test_normal_revese<InCount, 0>();
+ test_normal_revese<InCount, 2>();
----------------
`test_normal_reveRse`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127049/new/
https://reviews.llvm.org/D127049
More information about the libcxx-commits
mailing list