[libcxx-commits] [libcxx] 9e94f7d - [libc++] Remove P2554R0 from the status paper, since it's also part of P0009R18

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 10 14:29:45 PDT 2023


Author: Nikolas Klauser
Date: 2023-08-10T14:29:36-07:00
New Revision: 9e94f7dcb55afb2d0d78d713a17612d3747cfe09

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

LOG: [libc++] Remove P2554R0 from the status paper, since it's also part of P0009R18

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx23Papers.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx23Papers.csv b/libcxx/docs/Status/Cxx23Papers.csv
index 8afe7b6c3cedcf..8356a986681e15 100644
--- a/libcxx/docs/Status/Cxx23Papers.csv
+++ b/libcxx/docs/Status/Cxx23Papers.csv
@@ -87,7 +87,6 @@
 "`P2520R0 <https://wg21.link/P2520R0>`__","LWG","``move_iterator`` should be a random access iterator","July 2022","|Complete| [#note-P2520R0]_","17.0","|ranges|"
 "`P2540R1 <https://wg21.link/P2540R1>`__","LWG","Empty Product for certain Views","July 2022","","","|ranges|"
 "`P2549R1 <https://wg21.link/P2549R1>`__","LWG","``std::unexpected`` should have ``error()`` as member accessor","July 2022","|Complete|","16.0"
-"`P2554R0 <https://wg21.link/P2554R0>`__","LWG","C-Array Interoperability of MDSpan","July 2022","",""
 "`P2585R0 <https://wg21.link/P2585R0>`__","LWG","Improving default container formatting","July 2022","|Complete|","17.0"
 "`P2590R2 <https://wg21.link/P2590R2>`__","LWG","Explicit lifetime management","July 2022","",""
 "`P2599R2 <https://wg21.link/P2599R2>`__","LWG","``mdspan::size_type`` should be ``index_type``","July 2022","",""


        


More information about the libcxx-commits mailing list