[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 14:40:40 PDT 2023


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

Fix some ADL warnings, compilation errors and implementation details.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156924/new/

https://reviews.llvm.org/D156924

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/stride_view.h
  libcxx/include/module.modulemap.in
  libcxx/include/ranges
  libcxx/modules/std/ranges.cppm
  libcxx/test/std/ranges/range.adaptors/range.stride.view/general.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156924.547953.patch
Type: text/x-patch
Size: 17386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230807/779db430/attachment-0001.bin>


More information about the libcxx-commits mailing list