[libc++][NFC] Status page: fix minor formatting issues (#83969)

Fixes several minor formatting issues and omissions I introduced on the
status pages in previous patches.
This commit is contained in:
Hristo Hristov 2024-03-06 14:09:26 +02:00 committed by GitHub
parent cf922e51b8
commit 716a23c412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ Implemented Papers
- P2637R3 - Member ``visit``
- P2652R2 - Disallow User Specialization of ``allocator_traits``
- P2819R2 - Add ``tuple`` protocol to ``complex``
- P2495R3 - Interfacing ``stringstream``s with ``string_view``
- P2495R3 - Interfacing ``stringstream``\s with ``string_view``
- P2302R4 - ``std::ranges::contains``
- P1659R3 - ``std::ranges::starts_with`` and ``std::ranges::ends_with``

View File

@ -6,7 +6,7 @@
"`P2545R4 <https://wg21.link/P2545R4>`__","LWG","Read-Copy Update (RCU)","Varna June 2023","","",""
"`P2530R3 <https://wg21.link/P2530R3>`__","LWG","Hazard Pointers for C++26","Varna June 2023","","",""
"`P2538R1 <https://wg21.link/P2538R1>`__","LWG","ADL-proof ``std::projected``","Varna June 2023","|Complete|","18.0","|ranges|"
"`P2495R3 <https://wg21.link/P2495R3>`__","LWG","Interfacing ``stringstream``s with ``string_view``","Varna June 2023","|Complete|","19.0",""
"`P2495R3 <https://wg21.link/P2495R3>`__","LWG","Interfacing ``stringstream``\s with ``string_view``","Varna June 2023","|Complete|","19.0",""
"`P2510R3 <https://wg21.link/P2510R3>`__","LWG","Formatting pointers","Varna June 2023","|Complete| [#note-P2510R3]_","17.0","|format|"
"`P2198R7 <https://wg21.link/P2198R7>`__","LWG","Freestanding Feature-Test Macros and Implementation-Defined Extensions","Varna June 2023","","",""
"`P2338R4 <https://wg21.link/P2338R4>`__","LWG","Freestanding Library: Character primitives and the C library","Varna June 2023","","",""

1 Paper # Group Paper Name Meeting Status First released version Labels
6 `P2545R4 <https://wg21.link/P2545R4>`__ LWG Read-Copy Update (RCU) Varna June 2023
7 `P2530R3 <https://wg21.link/P2530R3>`__ LWG Hazard Pointers for C++26 Varna June 2023
8 `P2538R1 <https://wg21.link/P2538R1>`__ LWG ADL-proof ``std::projected`` Varna June 2023 |Complete| 18.0 |ranges|
9 `P2495R3 <https://wg21.link/P2495R3>`__ LWG Interfacing ``stringstream``s with ``string_view`` Interfacing ``stringstream``\s with ``string_view`` Varna June 2023 |Complete| 19.0
10 `P2510R3 <https://wg21.link/P2510R3>`__ LWG Formatting pointers Varna June 2023 |Complete| [#note-P2510R3]_ 17.0 |format|
11 `P2198R7 <https://wg21.link/P2198R7>`__ LWG Freestanding Feature-Test Macros and Implementation-Defined Extensions Varna June 2023
12 `P2338R4 <https://wg21.link/P2338R4>`__ LWG Freestanding Library: Character primitives and the C library Varna June 2023

View File

@ -3,10 +3,10 @@
`P2404R3 <https://wg21.link/P2404R3>`_,"Relaxing ``equality_comparable_with``'s, ``totally_ordered_with``'s, and ``three_way_comparable_with``'s common reference requirements to support move-only types",,
`LWG3330 <https://wg21.link/LWG3330>`_,Include ``<compare>`` from most library headers,"|Complete|","13.0"
`LWG3347 <https://wg21.link/LWG3347>`_,"``std::pair<T, U>`` now requires ``T`` and ``U`` to be *less-than-comparable*",|Nothing To Do|,
`LWG3350 <https://wg21.link/LWG3350>`_,Simplify return type of lexicographical_compare_three_way,|Nothing To Do|,
`LWG3350 <https://wg21.link/LWG3350>`_,Simplify return type of ``lexicographical_compare_three_way``,|Nothing To Do|,
`LWG3360 <https://wg21.link/LWG3360>`_,``three_way_comparable_with`` is inconsistent with similar concepts,|Nothing To Do|,
`LWG3380 <https://wg21.link/LWG3380>`_,common_type and comparison categories,|Nothing To Do|,
`LWG3395 <https://wg21.link/LWG3395>`_,Definition for three-way comparison needs to be updated,|Nothing To Do|,
`LWG3380 <https://wg21.link/LWG3380>`_,``common_type`` and comparison categories,|Nothing To Do|,
`LWG3395 <https://wg21.link/LWG3395>`_,Definition for *three-way* comparison needs to be updated,|Nothing To Do|,
`P0905R1 <https://wg21.link/P0905R1>`_,Symmetry for spaceship,,
`P1120R0 <https://wg21.link/P1120R0>`_,Consistency improvements for ``<=>`` and other comparison operators,,
`LWG3431 <https://wg21.link/LWG3431>`_,``<=>`` for containers should require ``three_way_comparable<T>`` instead of ``<=>``,,

1 Number Name Status First released version
3 `P2404R3 <https://wg21.link/P2404R3>`_ Relaxing ``equality_comparable_with``'s, ``totally_ordered_with``'s, and ``three_way_comparable_with``'s common reference requirements to support move-only types
4 `LWG3330 <https://wg21.link/LWG3330>`_ Include ``<compare>`` from most library headers |Complete| 13.0
5 `LWG3347 <https://wg21.link/LWG3347>`_ ``std::pair<T, U>`` now requires ``T`` and ``U`` to be *less-than-comparable* |Nothing To Do|
6 `LWG3350 <https://wg21.link/LWG3350>`_ Simplify return type of lexicographical_compare_three_way Simplify return type of ``lexicographical_compare_three_way`` |Nothing To Do|
7 `LWG3360 <https://wg21.link/LWG3360>`_ ``three_way_comparable_with`` is inconsistent with similar concepts |Nothing To Do|
8 `LWG3380 <https://wg21.link/LWG3380>`_ common_type and comparison categories ``common_type`` and comparison categories |Nothing To Do|
9 `LWG3395 <https://wg21.link/LWG3395>`_ Definition for three-way comparison needs to be updated Definition for *three-way* comparison needs to be updated |Nothing To Do|
10 `P0905R1 <https://wg21.link/P0905R1>`_ Symmetry for spaceship
11 `P1120R0 <https://wg21.link/P1120R0>`_ Consistency improvements for ``<=>`` and other comparison operators
12 `LWG3431 <https://wg21.link/LWG3431>`_ ``<=>`` for containers should require ``three_way_comparable<T>`` instead of ``<=>``