[libcxx-commits] [PATCH] D102564: [libcxx][iterator] adds `std::ranges::prev`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 15 18:41:10 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.prev].

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102564

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102564.345659.patch
Type: text/x-patch
Size: 11502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210516/953ca0cd/attachment-0001.bin>


More information about the libcxx-commits mailing list