[libcxx-commits] [libcxx] 9965596 - Update RangesAlgorithm status
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 9 12:30:36 PDT 2023
Author: zijunzhao
Date: 2023-08-09T19:28:00Z
New Revision: 996559602bfb692030b6e63ab4cfa8ba205674fb
URL: https://github.com/llvm/llvm-project/commit/996559602bfb692030b6e63ab4cfa8ba205674fb
DIFF: https://github.com/llvm/llvm-project/commit/996559602bfb692030b6e63ab4cfa8ba205674fb.diff
LOG: Update RangesAlgorithm status
Reviewed By: philnik, #libc
Differential Revision: https://reviews.llvm.org/D157539
Added:
Modified:
libcxx/docs/Status/RangesAlgorithms.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index 6d63988ac65fb8..17c8953bf8d85d 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -3,10 +3,10 @@ C++20,all C++20 algorithms,N/A,N/A,✅
C++23,`find_last <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
C++23,`find_last_if <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
C++23,`find_last_if_not <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
-C++23,`starts_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
-C++23,`ends_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
+C++23,`starts_with <https://wg21.link/P1659R3>`_,Zijun Zhao,`D150735 <https://llvm.org/D150735>`_,✅
+C++23,`ends_with <https://wg21.link/P1659R3>`_,Zijun Zhao,No patch yet,In Progress
C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
C++23,`shift_right <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
C++23,`iota (algorithm) <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
C++23,`fold <https://wg21.link/p2322r5>`_,Unassigned,No patch yet,Not started
-C++23,`contains <https://wg21.link/p2302r2>`_,Unassigned,No patch yet,Not started
+C++23,`contains <https://wg21.link/p2302r2>`_,Zijun Zhao,No patch yet,In Progress
More information about the libcxx-commits
mailing list