[libcxx-commits] [libcxx] [libc++][docs] Remove mis-added entry for P2513R4 (PR #130581)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 10 04:05:30 PDT 2025
https://github.com/frederick-vs-ja created https://github.com/llvm/llvm-project/pull/130581
P2513R4 neither touched library wording nor required library implementation to change. So it was probably a mistake to list it in libc++'s implementation status table.
Closes #105228.
>From f6f3b0f763743703982b97847ddb9c7dc47069d2 Mon Sep 17 00:00:00 2001
From: "A. Jiang" <de34 at live.cn>
Date: Mon, 10 Mar 2025 19:04:14 +0800
Subject: [PATCH] [libc++][docs] Remove mis-added entry for P2513R4
P2513R4 neither touched library wording nor required library
implementation to change. So it was probably a mistake to list it in
libc++'s implementation status table.
---
libcxx/docs/Status/Cxx23Papers.csv | 1 -
1 file changed, 1 deletion(-)
diff --git a/libcxx/docs/Status/Cxx23Papers.csv b/libcxx/docs/Status/Cxx23Papers.csv
index 0f3db57788b49..2589954729a30 100644
--- a/libcxx/docs/Status/Cxx23Papers.csv
+++ b/libcxx/docs/Status/Cxx23Papers.csv
@@ -82,7 +82,6 @@
"`P2499R0 <https://wg21.link/P2499R0>`__","``string_view`` range constructor should be ``explicit``","2022-07 (Virtual)","|Complete|","16",""
"`P2502R2 <https://wg21.link/P2502R2>`__","``std::generator``: Synchronous Coroutine Generator for Ranges","2022-07 (Virtual)","","",""
"`P2508R1 <https://wg21.link/P2508R1>`__","Exposing ``std::basic-format-string``","2022-07 (Virtual)","|Complete|","15",""
-"`P2513R4 <https://wg21.link/P2513R4>`__","``char8_t`` Compatibility and Portability Fixes","2022-07 (Virtual)","","",""
"`P2517R1 <https://wg21.link/P2517R1>`__","Add a conditional ``noexcept`` specification to ``std::apply``","2022-07 (Virtual)","|Complete|","3.9",""
"`P2520R0 <https://wg21.link/P2520R0>`__","``move_iterator`` should be a random access iterator","2022-07 (Virtual)","|Complete|","17","Implemented as a DR in C++20"
"`P2540R1 <https://wg21.link/P2540R1>`__","Empty Product for certain Views","2022-07 (Virtual)","","",""
More information about the libcxx-commits
mailing list