[libcxx-commits] [libcxx] WIP: [libc++][ranges] Implement `ranges::slide_view` (PR #67146)

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 20 09:50:06 PDT 2024


hawkinsw wrote:

> This pull request appears to have been in a draft state for a while, and you might be blocked on `stride_view` (#65200). I left these comments to potentially unblock you on this pull rqeuests, as both the `stride_view` and `slide_view` features proposed for C++23 are useful features. In addition, it seems that `slide_view::iterator` lacks a few operators.
> 
> Take your time! No need to rush.
> 
> Reference: [Draft C++ Standard: [range.slide]](https://eel.is/c++draft/range.slide)

Thank you for the feedback! Yes, I am blocked on stride_view so I will double down and get back to work on this! Thank you, again, for the feedback!!

Will


https://github.com/llvm/llvm-project/pull/67146


More information about the libcxx-commits mailing list