[libcxx][NFC] Update status documentation for stride range view

Note that there is a Differential revision for the stride ranges
view implementation and the names of the people who are developing
it.

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D158446
This commit is contained in:
Will Hawkins 2023-08-22 20:44:25 +02:00 committed by Mark de Wever
parent 92ac360063
commit 3db0e400f0

View File

@ -34,5 +34,5 @@ C++23,`chunk <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
C++23,`chunk_by <https://wg21.link/P2443R1>`_,Unassigned,No patch yet,Not started
C++23,`as_const <https://wg21.link/P2278R4>`_,Unassigned,No patch yet,Not started
C++23,`as_rvalue <https://wg21.link/P2446R2>`_,Nikolas Klauser,`D137637 <https://llvm.org/D137637>`_,✅
C++23,`stride <https://wg21.link/P1899R3>`_,Hristo Hristov,No patch yet,In Progress
C++23,`stride <https://wg21.link/P1899R3>`_,Hristo Hristov and Will Hawkins,`D156924 <https://llvm.org/D156924>`_,In Progress
C++23,`enumerate <https://wg21.link/P2164R9>`_,Hristo Hristov,No patch yet,In Progress

1 Standard View Assignee CL Status
34 C++23 `chunk_by <https://wg21.link/P2443R1>`_ Unassigned No patch yet Not started
35 C++23 `as_const <https://wg21.link/P2278R4>`_ Unassigned No patch yet Not started
36 C++23 `as_rvalue <https://wg21.link/P2446R2>`_ Nikolas Klauser `D137637 <https://llvm.org/D137637>`_
37 C++23 `stride <https://wg21.link/P1899R3>`_ Hristo Hristov Hristo Hristov and Will Hawkins No patch yet `D156924 <https://llvm.org/D156924>`_ In Progress
38 C++23 `enumerate <https://wg21.link/P2164R9>`_ Hristo Hristov No patch yet In Progress