[libcxx-commits] [PATCH] D99873: [libcxx] adds `std::ranges::iter_move` and `std::iter_rvalue_reference_t

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 4 23:41:59 PDT 2021


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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99873

Files:
  libcxx/include/concepts
  libcxx/include/iterator
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_move.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_rvalue_reference_t.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/unqualified_lookup_wrapper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99873.335208.patch
Type: text/x-patch
Size: 14955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210405/dbfb155c/attachment-0001.bin>


More information about the libcxx-commits mailing list