[libcxx-commits] [PATCH] D144767: [libc++][ranges] Implement P2443R1: `views::chunk_by`
Jakub Mazurkiewicz via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 1 16:36:44 PST 2023
JMazurkiewicz updated this revision to Diff 501696.
JMazurkiewicz added a comment.
Improve test coverage.
I haven't fixed the problem with transitive includes yet - does anyone know what might be the reason of this failure? (I've marked problematic includes with `FIXME transitive include` comment)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144767/new/
https://reviews.llvm.org/D144767
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx2bPapers.csv
libcxx/docs/Status/RangesViews.csv
libcxx/include/CMakeLists.txt
libcxx/include/__ranges/chunk_by_view.h
libcxx/include/module.modulemap.in
libcxx/include/ranges
libcxx/include/version
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/ranges/range.adaptors/range.chunk.by/adaptor.nodiscard.verify.cpp
libcxx/test/libcxx/ranges/range.adaptors/range.chunk.by/assert.begin.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/ranges.version.compile.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/adaptor.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/constraints.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/ctad.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/ctor.view_pred.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/compare.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/decrement.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/deref.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/increment.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/types.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/pred.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.chunk.by/types.h
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144767.501696.patch
Type: text/x-patch
Size: 85469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230302/1cbe6142/attachment-0001.bin>
More information about the libcxx-commits
mailing list