[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
Sun Apr 11 15:12:22 PDT 2021


cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, zoecarver, curdeius, Mordante, Quuxplusone.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements parts of:

- P0896R4 The One Ranges Proposal`

Depends on D100271 <https://reviews.llvm.org/D100271>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100275

Files:
  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/locale_dependent.compile.pass.cpp
  libcxx/test/std/ranges/range.refinements/forward_range.compile.pass.cpp
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100275.336706.patch
Type: text/x-patch
Size: 14447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210411/b74be66a/attachment.bin>


More information about the libcxx-commits mailing list