Skip to content

Commit c03024c

Browse files
committed
[libc++][ranges] add own name to views::chunk (P2442R1)
1 parent 7a48039 commit c03024c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

libcxx/docs/Status/RangesViews.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ C++23,`adjacent <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
3030
C++23,`adjacent_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
3131
C++23,`join_with <https://wg21.link/P2441R2>`_,Jakub Mazurkiewicz,`65536 <https://github.com/llvm/llvm-project/pull/65536>`_,In progress
3232
C++23,`slide <https://wg21.link/P2442R1>`_,Will Hawkins,`67146 <https://github.com/llvm/llvm-project/pull/67146>`_,In Progress
33-
C++23,`chunk <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
33+
C++23,`chunk <https://wg21.link/P2442R1>`_,Madhav Kumar,No patch yet,Not started
3434
C++23,`chunk_by <https://wg21.link/P2443R1>`_,Jakub Mazurkiewicz,`D144767 <https://llvm.org/D144767>`_,✅
3535
C++23,`as_const <https://wg21.link/P2278R4>`_,Unassigned,No patch yet,Not started
3636
C++23,`as_rvalue <https://wg21.link/P2446R2>`_,Nikolas Klauser,`D137637 <https://llvm.org/D137637>`_,✅
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// Created by Madhav Kumar on 27/12/2023.
3+
//
4+
5+
#ifndef LLVM_DEV_CHUNK_VIEW_H
6+
#define LLVM_DEV_CHUNK_VIEW_H
7+
8+
#endif //LLVM_DEV_CHUNK_VIEW_H

0 commit comments

Comments
 (0)