[libcxx-commits] [libcxx] 21ca9c8 - [libc++][ranges][NFC] Update Ranges status.
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 9 19:33:36 PST 2022
Author: Konstantin Varlamov
Date: 2022-12-09T19:32:18-08:00
New Revision: 21ca9c8d287982a47ad190e4dd08a915f82199f6
URL: https://github.com/llvm/llvm-project/commit/21ca9c8d287982a47ad190e4dd08a915f82199f6
DIFF: https://github.com/llvm/llvm-project/commit/21ca9c8d287982a47ad190e4dd08a915f82199f6.diff
LOG: [libc++][ranges][NFC] Update Ranges status.
Add a link to an in-progress patch.
Added:
Modified:
libcxx/docs/Status/RangesViews.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesViews.csv b/libcxx/docs/Status/RangesViews.csv
index 2335014d02f02..8d59383523e6f 100644
--- a/libcxx/docs/Status/RangesViews.csv
+++ b/libcxx/docs/Status/RangesViews.csv
@@ -17,13 +17,11 @@ C++20,`lazy_split <https://wg21.link/P0896R4>`_,Zoe Carver and Konstantin Varlam
C++20,`counted <https://wg21.link/P0896R4>`_,Zoe Carver,`D106923 <https://llvm.org/D106923>`_,✅
C++20,`common <https://wg21.link/P0896R4>`_,Zoe Carver,`D105753 <https://llvm.org/D105753>`_,✅
C++20,`reverse <https://wg21.link/P0896R4>`_,Zoe Carver,`D107096 <https://llvm.org/D107096>`_,✅
-C++20,`elements / keys / values <https://wg21.link/P1035R7>`_,Hui Xie,`D136268 <https://llvm.org/D136268>`_,In progress
+C++20,`elements / keys / values <https://wg21.link/P1035R7>`_,Hui Xie,`D136268 <https://llvm.org/D136268>`_,Under review
C++20,`istream <https://wg21.link/P1035R7>`_,Hui Xie,`D133317 <https://llvm.org/D133317>`_,✅
,,,,
,,,,
,,,,
-,,,,
-,,,,
C++23,`repeat <https://wg21.link/P2474R2>`_,Unassigned,No patch yet,Not started
C++23,`cartesian_product <https://wg21.link/P2374R4>`_,Unassigned,No patch yet,Not started
C++23,`zip <https://wg21.link/P2321R2>`_,Hui Xie,`D122806 <https://llvm.org/D122806>`_,✅
@@ -35,5 +33,5 @@ C++23,`slide <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
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>`_,Unassigned,No patch yet,Not started
+C++23,`as_rvalue <https://wg21.link/P2446R2>`_,Nikolas Klauser,`D137637 <https://llvm.org/D137637>`_,Under review
C++23,`stride <https://wg21.link/P1899R3>`_,Unassigned,No patch yet,Not started
More information about the libcxx-commits
mailing list