[libcxx-commits] [PATCH] D105205: [libcxx][ranges] implements dangling, borrowed_iterator_t, borrowed_subrange_t

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 30 09:39:13 PDT 2021


cjdb created this revision.
cjdb added reviewers: ldionne, zoecarver, Mordante.
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 http://wg21.link/range.dangling


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105205

Files:
  libcxx/docs/OneRangesProposalStatus.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/borrowed_subrange_t.h
  libcxx/include/__ranges/dangling.h
  libcxx/include/__ranges/subrange.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/std/ranges/range.utility/range.dangling/borrowed_iterator.compile.pass.cpp
  libcxx/test/std/ranges/range.utility/range.dangling/borrowed_subrange.compile.pass.cpp
  libcxx/test/std/ranges/range.utility/range.dangling/dangling.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105205.355598.patch
Type: text/x-patch
Size: 11571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210630/2abe587b/attachment.bin>


More information about the libcxx-commits mailing list