[libcxx-commits] [libcxx] [libc++][ranges][NFC] Mark ranges::slide_view in progress (PR #68056)

Will Hawkins via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 2 17:03:56 PDT 2023


https://github.com/hawkinsw created https://github.com/llvm/llvm-project/pull/68056

Mark `ranges::slide_view` implementation as in progress.

>From 7c7b9ab9b8fde42e31e72c03368820436c99b653 Mon Sep 17 00:00:00 2001
From: Will Hawkins <hawkinsw at obs.cr>
Date: Mon, 2 Oct 2023 10:27:20 -0400
Subject: [PATCH] [libc++][ranges][NFC] Mark ranges::slide_view in progress

Mark `ranges::slide_view` implementation as in progress.
---
 libcxx/docs/Status/RangesViews.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/docs/Status/RangesViews.csv b/libcxx/docs/Status/RangesViews.csv
index 371b01ae6920f64..35c5dad6dcdef10 100644
--- a/libcxx/docs/Status/RangesViews.csv
+++ b/libcxx/docs/Status/RangesViews.csv
@@ -29,7 +29,7 @@ C++23,`zip_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not star
 C++23,`adjacent <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
 C++23,`adjacent_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
 C++23,`join_with <https://wg21.link/P2441R2>`_,Unassigned,No patch yet,Not started
-C++23,`slide <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
+C++23,`slide <https://wg21.link/P2442R1>`_,Will Hawkins,`67146 <https://github.com/llvm/llvm-project/pull/67146>`_,In Progress
 C++23,`chunk <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
 C++23,`chunk_by <https://wg21.link/P2443R1>`_,Jakub Mazurkiewicz,`D144767 <https://llvm.org/D144767>`_,✅
 C++23,`as_const <https://wg21.link/P2278R4>`_,Unassigned,No patch yet,Not started



More information about the libcxx-commits mailing list