[libcxx-commits] [libcxx] [libc++] Mark P2160R1 as "Nothing to do" (PR #99621)
nicole mazzuca via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 19 02:48:50 PDT 2024
https://github.com/strega-nil created https://github.com/llvm/llvm-project/pull/99621
[P2160R1][] "Locks lock lockables" is a paper that updates wording, without changing behaviour.
[P2160R1]: https://wg21.link/p2160r1
>From 0d440ffd71e7cf6c5daf3941131b40afba78a962 Mon Sep 17 00:00:00 2001
From: Nicole Mazzuca <nicole at strega-nil.co>
Date: Fri, 19 Jul 2024 11:45:39 +0200
Subject: [PATCH] [libc++] Mark P2160R1 as "Nothing to do"
[P2160R1][] "Locks lock lockables" is a paper that updates wording,
without changing behaviour.
[P2160R1]: https://wg21.link/p2160r1
---
libcxx/docs/Status/Cxx23Papers.csv | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxx/docs/Status/Cxx23Papers.csv b/libcxx/docs/Status/Cxx23Papers.csv
index 6dd6bdad07658..42a10ae85e816 100644
--- a/libcxx/docs/Status/Cxx23Papers.csv
+++ b/libcxx/docs/Status/Cxx23Papers.csv
@@ -6,7 +6,7 @@
"","","","","","",""
"`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","|Complete|","16.0","|ranges|"
-"`P2160R1 <https://wg21.link/P2160R1>`__","LWG","Locks lock lockables","February 2021","",""
+"`P2160R1 <https://wg21.link/P2160R1>`__","LWG","Locks lock lockables","February 2021","Nothing to do",""
"`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","",""
"`P2259R1 <https://wg21.link/P2259R1>`__","LWG","Repairing input range adaptors and counted_iterator","February 2021","","","|ranges|"
More information about the libcxx-commits
mailing list