[libcxx-commits] [PATCH] D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`.
Will Hawkins via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 2 11:14:41 PDT 2023
hawkinsw added a comment.
Hello @ldionne and @philnik !! I am a *huge* fan of both of yours and really appreciate all the work that you devote to libc++. I saw a chance to contribute and wanted to try to help.
The code I have here is very rough and early, but I was hoping that you could provide some rough guidance! I have contributed small patches before but this is a new area for me and I have already learned a ton! I know that I need to complete the steps listed in the `Pre-commit check list` in `docs/Contributing.rst` and I am working on that now.
Thank you, again, for all the great work!
PS: I hope that you are the right ones to tag for review. I based the tag here on `git blame` output and I apologize if I am spamming you!
I hope that this contribution is the first of many (e.g., `ranges::adjacent_view`).
Will
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