[libcxx-commits] [libcxx] [libc++][ranges] Implement P1899 `ranges::stride_view`. (PR #65200)

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 21 13:47:17 PST 2025


hawkinsw wrote:

Thank you for the feedback! I appreciate it. I’m trying to whip it back
into shape and I know there has been progress in the meantime.

On Sunday, December 21, 2025, A. Jiang ***@***.***> wrote:

> ***@***.**** commented on this pull request.
> ------------------------------
>
> In libcxx/modules/std/ranges.inc
> <https://github.com/llvm/llvm-project/pull/65200#discussion_r2637976505>:
>
> > +#endif // _LIBCPP_STD_VER >= 23
> +
> +#if 0
>
> ⬇️ Suggested change
>
> -#endif // _LIBCPP_STD_VER >= 23
> -
> -#if 0
>
> We should remove these lines as adjacent_view has been implemented. Also,
> adjacent_transform_view has been implemented too.
>
>> Reply to this email directly, view it on GitHub
> <https://github.com/llvm/llvm-project/pull/65200#pullrequestreview-3601841165>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACCP2CV325IB2WL7WTMMPT34C3KIDAVCNFSM6AAAAAA4IM5WHCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMMBRHA2DCMJWGU>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>


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


More information about the libcxx-commits mailing list