[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 7 22:47:46 PDT 2023


hawkinsw updated this revision to Diff 548065.
hawkinsw added a comment.

Adding some missing include files.


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/utils/generate_feature_test_macro_components.py
  libcxx/utils/libcxx-lit

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156924.548065.patch
Type: text/x-patch
Size: 35866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230808/6f0d3a75/attachment-0001.bin>


More information about the libcxx-commits mailing list