[libc++][docs] Update status for P2641R4 (#166073)

Follows-up 2527b071ba2e39fdd62eeb73b89318468595c316 which missed
updating the status in the documentations.
This commit is contained in:
A. Jiang 2025-11-03 11:59:10 +08:00 committed by GitHub
parent 43177bf777
commit bfcd67c347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,8 @@ Implemented Papers
- P3044R2: sub-``string_view`` from ``string`` (`Github <https://llvm.org/PR148140>`__)
- P3223R2: Making ``std::istream::ignore`` less surprising (`Github <https://llvm.org/PR148178>`__)
- P3060R3: Add ``std::views::indices(n)`` (`Github <https://llvm.org/PR148175>`__)
- P2641R4: Checking if a ``union`` alternative is active (``std::is_within_lifetime``)
(`Github <https://llvm.org/PR105381>`__)
- P2835R7: Expose ``std::atomic_ref``'s object address (`Github <https://llvm.org/PR118377>`__)
- P2944R3: Comparisons for ``reference_wrapper`` (`Github <https://llvm.org/PR105424>`__)
- P3168R2: Give ``std::optional`` Range Support (`Github <https://llvm.org/PR105430>`__)

View File

@ -18,7 +18,7 @@
"`P2874R2 <https://wg21.link/P2874R2>`__","P2874R2: Mandating Annex D Require No More","2023-06 (Varna)","|Complete|","12","`#105377 <https://github.com/llvm/llvm-project/issues/105377>`__",""
"`P2757R3 <https://wg21.link/P2757R3>`__","Type-checking format args","2023-06 (Varna)","","","`#105378 <https://github.com/llvm/llvm-project/issues/105378>`__",""
"`P2637R3 <https://wg21.link/P2637R3>`__","Member ``visit``","2023-06 (Varna)","|Complete|","19","`#105380 <https://github.com/llvm/llvm-project/issues/105380>`__","Change of ``__cpp_lib_variant`` is completed in LLVM 20. Change of ``__cpp_lib_format`` is blocked by `P2419R2 <https://wg21.link/P2419R2>`__."
"`P2641R4 <https://wg21.link/P2641R4>`__","Checking if a ``union`` alternative is active","2023-06 (Varna)","","","`#105381 <https://github.com/llvm/llvm-project/issues/105381>`__",""
"`P2641R4 <https://wg21.link/P2641R4>`__","Checking if a ``union`` alternative is active","2023-06 (Varna)","|Complete|","22","`#105381 <https://github.com/llvm/llvm-project/issues/105381>`__",""
"`P1759R6 <https://wg21.link/P1759R6>`__","Native handles and file streams","2023-06 (Varna)","|Complete|","18","`#105382 <https://github.com/llvm/llvm-project/issues/105382>`__",""
"`P2697R1 <https://wg21.link/P2697R1>`__","Interfacing ``bitset`` with ``string_view``","2023-06 (Varna)","|Complete|","18","`#105384 <https://github.com/llvm/llvm-project/issues/105384>`__",""
"`P1383R2 <https://wg21.link/P1383R2>`__","More ``constexpr`` for ``<cmath>`` and ``<complex>``","2023-06 (Varna)","","","`#105385 <https://github.com/llvm/llvm-project/issues/105385>`__",""

1 Paper # Paper Name Meeting Status First released version GitHub issue Notes
18 `P2874R2 <https://wg21.link/P2874R2>`__ P2874R2: Mandating Annex D Require No More 2023-06 (Varna) |Complete| 12 `#105377 <https://github.com/llvm/llvm-project/issues/105377>`__
19 `P2757R3 <https://wg21.link/P2757R3>`__ Type-checking format args 2023-06 (Varna) `#105378 <https://github.com/llvm/llvm-project/issues/105378>`__
20 `P2637R3 <https://wg21.link/P2637R3>`__ Member ``visit`` 2023-06 (Varna) |Complete| 19 `#105380 <https://github.com/llvm/llvm-project/issues/105380>`__ Change of ``__cpp_lib_variant`` is completed in LLVM 20. Change of ``__cpp_lib_format`` is blocked by `P2419R2 <https://wg21.link/P2419R2>`__.
21 `P2641R4 <https://wg21.link/P2641R4>`__ Checking if a ``union`` alternative is active 2023-06 (Varna) |Complete| 22 `#105381 <https://github.com/llvm/llvm-project/issues/105381>`__
22 `P1759R6 <https://wg21.link/P1759R6>`__ Native handles and file streams 2023-06 (Varna) |Complete| 18 `#105382 <https://github.com/llvm/llvm-project/issues/105382>`__
23 `P2697R1 <https://wg21.link/P2697R1>`__ Interfacing ``bitset`` with ``string_view`` 2023-06 (Varna) |Complete| 18 `#105384 <https://github.com/llvm/llvm-project/issues/105384>`__
24 `P1383R2 <https://wg21.link/P1383R2>`__ More ``constexpr`` for ``<cmath>`` and ``<complex>`` 2023-06 (Varna) `#105385 <https://github.com/llvm/llvm-project/issues/105385>`__