[libcxx-commits] [libcxx] 5827542 - [libc++][NFC] Fix slightly incorrect row in the CSV files
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 2 08:53:18 PST 2024
Author: Louis Dionne
Date: 2024-12-02T11:52:43-05:00
New Revision: 582754280c73f3b3ead67603df6b896d3ad058d8
URL: https://github.com/llvm/llvm-project/commit/582754280c73f3b3ead67603df6b896d3ad058d8
DIFF: https://github.com/llvm/llvm-project/commit/582754280c73f3b3ead67603df6b896d3ad058d8.diff
LOG: [libc++][NFC] Fix slightly incorrect row in the CSV files
Added:
Modified:
libcxx/docs/Status/Cxx23Papers.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx23Papers.csv b/libcxx/docs/Status/Cxx23Papers.csv
index 4a4fbe9bec2224..24398574064e61 100644
--- a/libcxx/docs/Status/Cxx23Papers.csv
+++ b/libcxx/docs/Status/Cxx23Papers.csv
@@ -52,7 +52,7 @@
"`P2443R1 <https://wg21.link/P2443R1>`__","``views::chunk_by``","2022-02 (Virtual)","|Complete|","18",""
"","","","","",""
"`P0009R18 <https://wg21.link/P0009R18>`__","mdspan: A Non-Owning Multidimensional Array Reference","2022-07 (Virtual)","|Complete|","18",""
-"`P0429R9 <https://wg21.link/P0429R9>`__","A Standard ``flat_map``","2022-07 (Virtual)","|In progress|","",""
+"`P0429R9 <https://wg21.link/P0429R9>`__","A Standard ``flat_map``","2022-07 (Virtual)","|In Progress|","",""
"`P1169R4 <https://wg21.link/P1169R4>`__","``static operator()``","2022-07 (Virtual)","|Complete|","16",""
"`P1222R4 <https://wg21.link/P1222R4>`__","A Standard ``flat_set``","2022-07 (Virtual)","","",""
"`P1223R5 <https://wg21.link/P1223R5>`__","``ranges::find_last()``, ``ranges::find_last_if()``, and ``ranges::find_last_if_not()``","2022-07 (Virtual)","|Complete|","19",""
More information about the libcxx-commits
mailing list