[libcxx-commits] [PATCH] D102563: [libcxx][iterator] adds `std::ranges::next`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 15 18:03:34 PDT 2021


cjdb created this revision.
cjdb added reviewers: ldionne, zoecarver, Mordante, EricWF.
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.next].

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102563

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/next.h
  libcxx/include/iterator
  libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/next.pass.cpp
  libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/next.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102563.345658.patch
Type: text/x-patch
Size: 16842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210516/29e09c5f/attachment.bin>


More information about the libcxx-commits mailing list