Skip to content

Commit 60b6e0a

Browse files
committed
[libc++] Add std::ranges::chunk_view into <ranges>
This PR implements libc++ `std::ranges::chunk_view` in header <__ranges/chunk_view.h>. We also provide several unit tests in `libcxx/test/std/ranges/range.adaptors/range.chunk/`.
1 parent 73a1383 commit 60b6e0a

File tree

10 files changed

+930
-0
lines changed

10 files changed

+930
-0
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ set(files
702702
__ranges/access.h
703703
__ranges/all.h
704704
__ranges/as_rvalue_view.h
705+
__ranges/chunk_view.h
705706
__ranges/chunk_by_view.h
706707
__ranges/common_view.h
707708
__ranges/concepts.h

0 commit comments

Comments
 (0)