[libcxx-commits] [libcxx] c510c38 - [libc++][NFC] update Range Status for the completion of C++20 ranges

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 14 13:28:02 PST 2023


Author: Hui
Date: 2023-02-14T21:27:30Z
New Revision: c510c387631ee58ccba74d6ad0f375d2ab098bb2

URL: https://github.com/llvm/llvm-project/commit/c510c387631ee58ccba74d6ad0f375d2ab098bb2
DIFF: https://github.com/llvm/llvm-project/commit/c510c387631ee58ccba74d6ad0f375d2ab098bb2.diff

LOG: [libc++][NFC] update Range Status for the completion of C++20 ranges

Differential Revision: https://reviews.llvm.org/D142494

Added: 
    

Modified: 
    libcxx/docs/Status/RangesViews.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesViews.csv b/libcxx/docs/Status/RangesViews.csv
index cd306922a4e8..f38e0d6387fe 100644
--- a/libcxx/docs/Status/RangesViews.csv
+++ b/libcxx/docs/Status/RangesViews.csv
@@ -12,7 +12,7 @@ C++20,`take_while <https://wg21.link/P1035R7>`_,Hui Xie,`D134952 <https://llvm.o
 C++20,`drop <https://wg21.link/P1035R7>`_,Zoe Carver,`D102037 <https://llvm.org/D102037>`_,✅
 C++20,`drop_while <https://wg21.link/P1035R7>`_,Hui Xie,`D135460 <https://llvm.org/D135460>`_,✅
 C++20,`join <https://wg21.link/P0896R4>`_,Zoe Carver,`D107671 <https://llvm.org/D107671>`_,✅
-C++20,`split <https://wg21.link/P2210R2>`_,Unassigned,No patch yet,Not started
+C++20,`split <https://wg21.link/P2210R2>`_,Hui Xie,`D142063 <https://llvm.org/D142063>`_,✅
 C++20,`lazy_split <https://wg21.link/P0896R4>`_,Zoe Carver and Konstantin Varlamov,`D107500 <https://llvm.org/D107500>`_,✅
 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>`_,✅


        


More information about the libcxx-commits mailing list