[libcxx-commits] [PATCH] D144767: [libc++][ranges] Implement P2443R1: `views::chunk_by`
Igor Zhukov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 3 23:09:16 PST 2023
fsb4000 added a comment.
I think you should add `ranges new` beetween these two lines: https://github.com/llvm/llvm-project/blob/fac4c476b97b9f2a9dace059f084696d856c033b/libcxx/test/libcxx/transitive_includes/cxx03.csv#L647-L648 and https://github.com/llvm/llvm-project/blob/main/libcxx/test/libcxx/transitive_includes/cxx11.csv#L648-L649
In theory these files should be updated when you run `ninja -C build libcxx-generate-files` but that command doesn't work on Windows...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144767/new/
https://reviews.llvm.org/D144767
More information about the libcxx-commits
mailing list