[libcxx-commits] [PATCH] D100271: [libcxx] adds `input_iterator` and `input_range`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 11 13:58:35 PDT 2021


cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, zoecarver, Mordante, curdeius, Quuxplusone, tcanens.
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 D100269 <https://reviews.llvm.org/D100269>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100271

Files:
  libcxx/include/__ranges/concepts.h
  libcxx/include/iterator
  libcxx/include/ranges
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.input/input_iterator.compile.pass.cpp
  libcxx/test/std/ranges/range.refinements/input_range.compile.pass.cpp
  libcxx/test/support/test_iterators.h
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100271.336687.patch
Type: text/x-patch
Size: 16469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210411/787dd143/attachment-0001.bin>


More information about the libcxx-commits mailing list