[libcxx-commits] [PATCH] D133317: implement `std::views::istream`
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 7 00:18:00 PDT 2022
huixie90 updated this revision to Diff 458371.
huixie90 added a comment.
fix CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133317/new/
https://reviews.llvm.org/D133317
Files:
libcxx/docs/Status/Cxx20Issues.csv
libcxx/docs/Status/Cxx20Papers.csv
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/docs/Status/RangesIssues.csv
libcxx/docs/Status/RangesPaper.csv
libcxx/include/CMakeLists.txt
libcxx/include/__ranges/istream_view.h
libcxx/include/module.modulemap.in
libcxx/include/ranges
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/begin.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/cpo.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/ctor.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/end.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/general.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/compare.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/ctor.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/deref.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/increment.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/member_types.compile.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/iterator/special_op.pass.cpp
libcxx/test/std/ranges/range.factories/range.istream.view/range.concept.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133317.458371.patch
Type: text/x-patch
Size: 33864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220907/3bf23301/attachment-0001.bin>
More information about the libcxx-commits
mailing list