[libcxx-commits] [PATCH] D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`.

Will Hawkins via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 3 13:04:59 PDT 2023


hawkinsw added a comment.

In D156924#4558613 <https://reviews.llvm.org/D156924#4558613>, @H-G-Hristov wrote:

> @Mordante @hawkinsw My patch is about the same state like this one. I am still working on `enumerate_view` I need to add more tests before I submit it. I didn't have much time to work during the last month but I'd like to get it in Clang 18. Maybe its about time to submit a draft.
>
> @hawkinsw You can continue working on it if you like or maybe you can pick some of the other view which are more useful and interesting but I think also more difficult (join_with and join).
> You can update the status here: https://libcxx.llvm.org/Status/Ranges.html

Hello @H-G-Hristov !! As a warmup to working on others, I will continue to hammer on this (my next goal is to write tests!) I don't want to waste your time (obviously!) but it's been fun to work on this and a great learning experience. The next goal I have is to write tests (I will start on that tonight!)

Does that sound okay?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156924



More information about the libcxx-commits mailing list