[libcxx-commits] [libcxx] 3db0e40 - [libcxx][NFC] Update status documentation for stride range view
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 23 10:28:44 PDT 2023
Author: Will Hawkins
Date: 2023-08-23T19:28:37+02:00
New Revision: 3db0e400f0a9c953d9e96a1de892f0e18953d74d
URL: https://github.com/llvm/llvm-project/commit/3db0e400f0a9c953d9e96a1de892f0e18953d74d
DIFF: https://github.com/llvm/llvm-project/commit/3db0e400f0a9c953d9e96a1de892f0e18953d74d.diff
LOG: [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
Added:
Modified:
libcxx/docs/Status/RangesViews.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesViews.csv b/libcxx/docs/Status/RangesViews.csv
index 73769de4bfb543..0c1bbb8e842c2d 100644
--- a/libcxx/docs/Status/RangesViews.csv
+++ b/libcxx/docs/Status/RangesViews.csv
@@ -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
More information about the libcxx-commits
mailing list