[libcxx-commits] [PATCH] D122806: add zip_view and views::zip for C++23
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 31 08:39:37 PDT 2022
huixie90 updated this revision to Diff 419482.
huixie90 marked 12 inline comments as done.
huixie90 added a comment.
Updating D122806 <https://reviews.llvm.org/D122806>: add zip_view and views::zip for C++23
address review comments. renaming short template parameters. use std::forward instead of static_cast.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122806/new/
https://reviews.llvm.org/D122806
Files:
libcxx/docs/Status/ZipProjects.csv
libcxx/include/__ranges/zip_view.h
libcxx/include/module.modulemap
libcxx/include/ranges
libcxx/test/std/ranges/range.adaptors/range.zip/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.zip/borrowing.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.zip/ctad.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.zip/general.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.zip/iterator/decrement.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.zip/iterator/increment.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.zip/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122806.419482.patch
Type: text/x-patch
Size: 18620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220331/65ad88d1/attachment-0001.bin>
More information about the libcxx-commits
mailing list