Skip to content

Commit 698be40

Browse files
[libc++] Follow-up to "Poison Pills are Too Toxic" (llvm#88383)
Update the LLVM 19 release notes and the C++23 status to mention that we implemented this as a DR in C++20.
1 parent 5e3d48a commit 698be40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libcxx/docs/ReleaseNotes/19.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Implemented Papers
7777
- P2602R2 - Poison Pills are Too Toxic
7878
- P1981R0 - Rename ``leap`` to ``leap_second``
7979
- P1982R0 - Rename ``link`` to ``time_zone_link``
80+
- P2602R2 - Poison Pills are Too Toxic (as DR against C++20)
8081

8182

8283
Improvements and New Features

libcxx/docs/Status/Cxx23Papers.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"`P2396R1 <https://wg21.link/P2396R1>`__","Concurrency TS 2 fixes ","2022-11 (Kona)","","",""
101101
"`P2505R5 <https://wg21.link/P2505R5>`__","Monadic Functions for ``std::expected``","2022-11 (Kona)","|Complete|","17.0",""
102102
"`P2539R4 <https://wg21.link/P2539R4>`__","Should the output of ``std::print`` to a terminal be synchronized with the underlying stream?","2022-11 (Kona)","|Complete|","18.0",""
103-
"`P2602R2 <https://wg21.link/P2602R2>`__","Poison Pills are Too Toxic","2022-11 (Kona)","|Complete|","19.0",""
103+
"`P2602R2 <https://wg21.link/P2602R2>`__","Poison Pills are Too Toxic","2022-11 (Kona)","|Complete|","19.0","Implemented as a DR in C++20"
104104
"`P2708R1 <https://wg21.link/P2708R1>`__","No Further Fundamentals TSes","2022-11 (Kona)","|Nothing To Do|","",""
105105
"","","","","",""
106106
"`P0290R4 <https://wg21.link/P0290R4>`__","``apply()`` for ``synchronized_value<T>``","2023-02 (Issaquah)","","",""

0 commit comments

Comments
 (0)