Commit 60b6e0a
committed
[libc++] Add
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/`.std::ranges::chunk_view into <ranges>1 parent 73a1383 commit 60b6e0a
File tree
10 files changed
+930
-0
lines changed- libcxx
- include
- __ranges
- test/std/ranges/range.adaptors/range.chunk
10 files changed
+930
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
705 | 706 | | |
706 | 707 | | |
707 | 708 | | |
| |||
0 commit comments