[libcxx-commits] [PATCH] D144767: [libc++][ranges] Implement P2443R1: `views::chunk_by`
Jakub Mazurkiewicz via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 6 06:03:20 PDT 2023
JMazurkiewicz added a comment.
> Did you folks ensure a green build before merging?
Yes, it was green.
Looks like `views::chunk_by` and `ranges::chunk_by_view` should be guarded with `#if _LIBCPP_STD_VER >= 23` in `modules/std/ranges.inc` file. Do you want me to publish pull request with fix on Github? @ldionne
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144767/new/
https://reviews.llvm.org/D144767
More information about the libcxx-commits
mailing list