Commit f3ddd96
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 f3ddd96
File tree
13 files changed
+936
-0
lines changed- libcxx
- include
- __cxx03
- __ranges
- test/std/ranges/range.adaptors/range.chunk
- llvm/utils/gn/secondary/libcxx/include
13 files changed
+936
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
| 706 | + | |
706 | 707 | | |
707 | 708 | | |
708 | 709 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1701 | 1701 | | |
1702 | 1702 | | |
1703 | 1703 | | |
| 1704 | + | |
1704 | 1705 | | |
1705 | 1706 | | |
1706 | 1707 | | |
| |||
0 commit comments