[libcxx-commits] [libcxx] a7993fa - [libc++] Mark P2017R1 as complete (#74484)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 5 08:14:39 PST 2023


Author: Jakub Mazurkiewicz
Date: 2023-12-05T17:14:35+01:00
New Revision: a7993faf0c085610d35c501024aaa1edb5c21346

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

LOG: [libc++] Mark P2017R1 as complete (#74484)

[P2017R1](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2017r1.html#wording)
appears to have been implemented in LLVM 16.0:
https://godbolt.org/z/GbcT4rjcd.

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx23Papers.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx23Papers.csv b/libcxx/docs/Status/Cxx23Papers.csv
index 5cc9e488297b9..e03cbff2a08bb 100644
--- a/libcxx/docs/Status/Cxx23Papers.csv
+++ b/libcxx/docs/Status/Cxx23Papers.csv
@@ -5,7 +5,7 @@
 "`P1679R3 <https://wg21.link/P1679R3>`__","LWG","string contains function","Autumn 2020","|Complete|","12.0"
 "","","","","","",""
 "`P1682R3 <https://wg21.link/P1682R3>`__","LWG","std::to_underlying for enumerations","February 2021","|Complete|","13.0"
-"`P2017R1 <https://wg21.link/P2017R1>`__","LWG","Conditionally borrowed ranges","February 2021","","","|ranges|"
+"`P2017R1 <https://wg21.link/P2017R1>`__","LWG","Conditionally borrowed ranges","February 2021","|Complete|","16.0","|ranges|"
 "`P2160R1 <https://wg21.link/P2160R1>`__","LWG","Locks lock lockables","February 2021","",""
 "`P2162R2 <https://wg21.link/P2162R2>`__","LWG","Inheriting from std::variant","February 2021","|Complete|","13.0"
 "`P2212R2 <https://wg21.link/P2212R2>`__","LWG","Relax Requirements for time_point::clock","February 2021","",""


        


More information about the libcxx-commits mailing list