[libcxx-commits] [PATCH] D90999: [libc++] Implements ranges::enable_borrowed_range

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 7 01:30:19 PST 2020


Mordante created this revision.
Mordante added reviewers: mclow.lists, EricWF, ldionne, CaseyCarter, eric_niebler, miscco.
Mordante added a project: libc++.
Herald added a reviewer: libc++.
Mordante requested review of this revision.

This is the initial patch to implement ranges in libc++.

Implements parts of:

- P0896R4 One Ranges Proposal
- P1870 <https://reviews.llvm.org/P1870> forwarding-range is too subtle
- LWG3379 in several library names is misleading


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90999

Files:
  libcxx/include/ranges
  libcxx/include/span
  libcxx/include/string_view
  libcxx/test/std/containers/views/enable_borrowed_range.pass.cpp
  libcxx/test/std/ranges/ranges/enable_borrowed_range.pass.cpp
  libcxx/test/std/strings/string.view/enable_borrowed_range.pass.cpp
  libcxx/www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90999.303625.patch
Type: text/x-patch
Size: 22008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201107/2466803e/attachment-0001.bin>


More information about the libcxx-commits mailing list