[libcxx-commits] [PATCH] D158446: [libcxx][NFC] Update status documentation for stride range view
Will Hawkins via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 21 12:36:53 PDT 2023
hawkinsw created this revision.
hawkinsw added reviewers: ldionne, H-G-Hristov, var-const.
Herald added a project: All.
hawkinsw requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Note that there is a Differential revision for the stride ranges
view implementation and the names of the people who are developing
it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158446
Files:
libcxx/docs/Status/RangesViews.csv
Index: libcxx/docs/Status/RangesViews.csv
===================================================================
--- libcxx/docs/Status/RangesViews.csv
+++ libcxx/docs/Status/RangesViews.csv
@@ -34,5 +34,5 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158446.552103.patch
Type: text/x-patch
Size: 778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230821/12420072/attachment.bin>
More information about the libcxx-commits
mailing list