From 147b8f7833b2f45606e9a886b3cfa398147cbc26 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Sun, 2 Nov 2025 23:10:06 +0800 Subject: [PATCH] [libc++][docs] Update status for P2641R4 --- libcxx/docs/ReleaseNotes/22.rst | 2 ++ libcxx/docs/Status/Cxx2cPapers.csv | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libcxx/docs/ReleaseNotes/22.rst b/libcxx/docs/ReleaseNotes/22.rst index 980390c4fe3d7..58e0ee9993065 100644 --- a/libcxx/docs/ReleaseNotes/22.rst +++ b/libcxx/docs/ReleaseNotes/22.rst @@ -43,6 +43,8 @@ Implemented Papers - P3044R2: sub-``string_view`` from ``string`` (`Github `__) - P3223R2: Making ``std::istream::ignore`` less surprising (`Github `__) - P3060R3: Add ``std::views::indices(n)`` (`Github `__) +- P2641R4: Checking if a ``union`` alternative is active (``std::is_within_lifetime``) + (`Github `__) - P2835R7: Expose ``std::atomic_ref``'s object address (`Github `__) - P2944R3: Comparisons for ``reference_wrapper`` (`Github `__) - P3168R2: Give ``std::optional`` Range Support (`Github `__) diff --git a/libcxx/docs/Status/Cxx2cPapers.csv b/libcxx/docs/Status/Cxx2cPapers.csv index a5423acf0d419..e0e47b864d38f 100644 --- a/libcxx/docs/Status/Cxx2cPapers.csv +++ b/libcxx/docs/Status/Cxx2cPapers.csv @@ -18,7 +18,7 @@ "`P2874R2 `__","P2874R2: Mandating Annex D Require No More","2023-06 (Varna)","|Complete|","12","`#105377 `__","" "`P2757R3 `__","Type-checking format args","2023-06 (Varna)","","","`#105378 `__","" "`P2637R3 `__","Member ``visit``","2023-06 (Varna)","|Complete|","19","`#105380 `__","Change of ``__cpp_lib_variant`` is completed in LLVM 20. Change of ``__cpp_lib_format`` is blocked by `P2419R2 `__." -"`P2641R4 `__","Checking if a ``union`` alternative is active","2023-06 (Varna)","","","`#105381 `__","" +"`P2641R4 `__","Checking if a ``union`` alternative is active","2023-06 (Varna)","|Complete|","22","`#105381 `__","" "`P1759R6 `__","Native handles and file streams","2023-06 (Varna)","|Complete|","18","`#105382 `__","" "`P2697R1 `__","Interfacing ``bitset`` with ``string_view``","2023-06 (Varna)","|Complete|","18","`#105384 `__","" "`P1383R2 `__","More ``constexpr`` for ```` and ````","2023-06 (Varna)","","","`#105385 `__",""