[libcxx-commits] [PATCH] D100278: [libcxx] adds `bidirectional_iterator` and `bidirectional_range`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 11 18:20:01 PDT 2021


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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100278

Files:
  libcxx/include/__ranges/concepts.h
  libcxx/include/iterator
  libcxx/include/ranges
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.bidir/bidirectional_iterator.compile.pass.cpp
  libcxx/test/std/ranges/range.refinements/bidirectional_range.compile.pass.cpp
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100278.336712.patch
Type: text/x-patch
Size: 15278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210412/07fb1f5d/attachment-0001.bin>


More information about the libcxx-commits mailing list