[libcxx-commits] [PATCH] D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`.
Will Hawkins via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 21 07:22:22 PDT 2023
hawkinsw updated this revision to Diff 552012.
hawkinsw added a comment.
Adding some tests (generally making progress).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156924/new/
https://reviews.llvm.org/D156924
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/include/CMakeLists.txt
libcxx/include/__ranges/stride_view.h
libcxx/include/module.modulemap.in
libcxx/include/ranges
libcxx/include/version
libcxx/modules/std/ranges.cppm
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.stride.view/adaptor.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/ctad.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/enable_borrowed_range.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/iterator/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/iterator/equal.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/sentinel/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/sentinel/equal.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/size.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.stride.view/test.h
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156924.552012.patch
Type: text/x-patch
Size: 53536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230821/a7099434/attachment-0001.bin>
More information about the libcxx-commits
mailing list