[libcxx-commits] [PATCH] D100275: [libcxx] adds `forward_iterator` and `forward_range`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 21 15:53:37 PDT 2021
cjdb updated this revision to Diff 339419.
cjdb added a comment.
rebases so @zoecarver isn't blocked
**This patch is not ready for another round of reviews**
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100275/new/
https://reviews.llvm.org/D100275
Files:
libcxx/include/__iterator/concepts.h
libcxx/include/__ranges/concepts.h
libcxx/include/iterator
libcxx/include/ranges
libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.forward/forward_iterator.compile.pass.cpp
libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.forward/subsumption.compile.pass.cpp
libcxx/test/std/ranges/range.refinements/forward_range.compile.pass.cpp
libcxx/test/std/ranges/range.refinements/subsumption.compile.pass.cpp
libcxx/test/support/test_range.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100275.339419.patch
Type: text/x-patch
Size: 14985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210421/0afc4538/attachment.bin>
More information about the libcxx-commits
mailing list