[libcxx-commits] [libcxx] [libc++] Add Hagenberg issues and papers to the Status pages (PR #127510)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 17 09:10:08 PST 2025
================
@@ -98,3 +98,24 @@
"`P3068R6 <https://wg21.link/P3068R6>`__","Allowing exception throwing in constant-evaluation","2024-11 (Wrocław)","","",""
"`P3247R2 <https://wg21.link/P3247R2>`__","Deprecate the notion of trivial types","2024-11 (Wrocław)","","",""
"","","","","",""
+"`P3074R7 <https://wg21.link/P3074R7>`__","trivial unions (was ``std::uninitialized``)","2025-02 (Hagenberg)","","",""
+"`P1494R5 <https://wg21.link/P1494R5>`__","Partial program correctness","2025-02 (Hagenberg)","","",""
+"`P2900R14 <https://wg21.link/P2900R14>`__","Contracts for C++","2025-02 (Hagenberg)","","",""
+"`P3475R2 <https://wg21.link/P3475R2>`__","Defang and deprecate ``memory_order::consume``","2025-02 (Hagenberg)","","",""
+"`P2786R13 <https://wg21.link/P2786R13>`__","Trivial Relocatability For C++26","2025-02 (Hagenberg)","","",""
+"`P3137R3 <https://wg21.link/P3137R3>`__","``views::to_input``","2025-02 (Hagenberg)","","",""
+"`P0472R3 <https://wg21.link/P0472R3>`__","Put ``std::monostate`` in ``<utility>``","2025-02 (Hagenberg)","","",""
----------------
mordante wrote:
We should remove "[P0472R2](https://wg21.link/P0472R2) Put std::monostate in <utility>" added in Wrocław or add a comment in GitHub that paper was retracted and is replaced by R3.
https://github.com/llvm/llvm-project/pull/127510
More information about the libcxx-commits
mailing list