[libcxx-commits] [PATCH] D144822: [libc++][ranges] P2711R1 Making multi-param constructors of views explicit
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 21 12:06:03 PDT 2023
H-G-Hristov updated this revision to Diff 507078.
H-G-Hristov added a comment.
- Addressed review comments and tried to fix CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144822/new/
https://reviews.llvm.org/D144822
Files:
libcxx/docs/Status/Cxx2b.rst
libcxx/docs/Status/Cxx2bPapers.csv
libcxx/include/__config
libcxx/include/__ranges/drop_view.h
libcxx/include/__ranges/drop_while_view.h
libcxx/include/__ranges/filter_view.h
libcxx/include/__ranges/iota_view.h
libcxx/include/__ranges/lazy_split_view.h
libcxx/include/__ranges/split_view.h
libcxx/include/__ranges/take_view.h
libcxx/include/__ranges/take_while_view.h
libcxx/include/__ranges/transform_view.h
libcxx/test/std/ranges/range.adaptors/range.drop.while/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/types.h
libcxx/test/std/ranges/range.adaptors/range.filter/ctor.view_pred.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.range.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.split/ctor.range.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.split/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take/ctor.view_count.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take/types.h
libcxx/test/std/ranges/range.adaptors/range.transform/ctor.view_function.pass.cpp
libcxx/test/std/ranges/range.factories/range.iota.view/ctor.first.last.pass.cpp
libcxx/test/std/ranges/range.factories/range.iota.view/ctor.value.bound.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144822.507078.patch
Type: text/x-patch
Size: 33364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230321/bb6aed6e/attachment-0001.bin>
More information about the libcxx-commits
mailing list