[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 15:39:20 PDT 2021
zoecarver updated this revision to Diff 362570.
zoecarver added a comment.
Apply review feedback
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.access/range.prim/size.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.362570.patch
Type: text/x-patch
Size: 28548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210728/40a51685/attachment-0001.bin>
More information about the libcxx-commits
mailing list