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

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 3 12:48:26 PDT 2023


H-G-Hristov added a comment.

@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).


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