[libcxx-commits] [PATCH] D101922: [libcxx][iterator] adds `std::ranges::advance`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 5 09:43:26 PDT 2021
cjdb created this revision.
cjdb added reviewers: ldionne, zoecarver, EricWF, Mordante, curdeius, Quuxplusone.
Herald added a subscriber: mgorny.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implements part of P0896 'The One Ranges Proposal'.
Implements [range.iter.op.advance].
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101922
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__iterator/functionish.h
libcxx/include/__iterator/primitives.h
libcxx/include/iterator
libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/advance.pass.cpp
libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/advance.verify.cpp
libcxx/test/support/test_iterators.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101922.343089.patch
Type: text/x-patch
Size: 29508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210505/2b8a28d1/attachment-0001.bin>
More information about the libcxx-commits
mailing list