[libcxx-commits] [libcxx] [libc++][ranges] Implement `ranges::stride_view`. (PR #65200)
Will Hawkins via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 25 11:56:31 PDT 2023
================
@@ -266,6 +266,13 @@ export namespace std {
using std::ranges::views::zip;
} // namespace views
+ // [range.stride], stride view
+ using std::ranges::stride_view;
+
+ namespace views {
+ using std::ranges::views::stride;
+ }
+
----------------
hawkinsw wrote:
Thank you! I appreciate you pointing this out and I am glad that I understood your point. I believe that I have addressed the comment. If so, would you mind if I marked the conversation resolved?
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list