[libcxx-commits] [PATCH] D106840: [libcxx][ranges] Add `std::ranges::single_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 28 11:33:38 PDT 2021


zoecarver updated this revision to Diff 362478.
zoecarver marked 4 inline comments as done.
zoecarver added a comment.

Address Louis' comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106840/new/

https://reviews.llvm.org/D106840

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/copyable_box.h
  libcxx/include/__ranges/single_view.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/single_view.module.verify.cpp
  libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/arrow.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/assign.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/begin.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/ctor.in_place.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/ctor.value.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/data.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/end.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/size.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106840.362478.patch
Type: text/x-patch
Size: 27315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210728/a66d269a/attachment-0001.bin>


More information about the libcxx-commits mailing list