[libc++] Synchronize a few remaining status page rows with Github issues

This commit is contained in:
Louis Dionne 2025-02-17 10:26:10 -05:00
parent fb29f19fdb
commit ec54403522
2 changed files with 3 additions and 3 deletions

View File

@ -238,7 +238,7 @@
"`LWG3313 <https://wg21.link/LWG3313>`__","``join_view::iterator::operator--``\ is incorrectly constrained","2020-02 (Prague)","|Complete|","14",""
"`LWG3314 <https://wg21.link/LWG3314>`__","Is stream insertion behavior locale dependent when ``Period::type``\ is ``micro``\ ?","2020-02 (Prague)","|Complete|","16",""
"`LWG3315 <https://wg21.link/LWG3315>`__","LWG3315: Correct Allocator Default Behavior","2020-02 (Prague)","|Complete|","",""
"`LWG3316 <https://wg21.link/LWG3316>`__","Correctly define epoch for ``utc_clock``\ / ``utc_timepoint``\ ","2020-02 (Prague)","|Nothing To Do|","",""
"`LWG3316 <https://wg21.link/LWG3316>`__","Correctly define epoch for ``utc_clock``\ / ``utc_timepoint``\ ","2020-02 (Prague)","","",""
"`LWG3317 <https://wg21.link/LWG3317>`__","Incorrect ``operator<<``\ for floating-point durations","2020-02 (Prague)","|Complete|","16",""
"`LWG3318 <https://wg21.link/LWG3318>`__","Clarify whether clocks can represent time before their epoch","2020-02 (Prague)","","",""
"`LWG3319 <https://wg21.link/LWG3319>`__","Properly reference specification of IANA time zone database","2020-02 (Prague)","|Nothing To Do|","",""

1 Issue # Issue Name Meeting Status First released version Notes
238 `LWG3313 <https://wg21.link/LWG3313>`__ ``join_view::iterator::operator--``\ is incorrectly constrained 2020-02 (Prague) |Complete| 14
239 `LWG3314 <https://wg21.link/LWG3314>`__ Is stream insertion behavior locale dependent when ``Period::type``\ is ``micro``\ ? 2020-02 (Prague) |Complete| 16
240 `LWG3315 <https://wg21.link/LWG3315>`__ LWG3315: Correct Allocator Default Behavior 2020-02 (Prague) |Complete|
241 `LWG3316 <https://wg21.link/LWG3316>`__ Correctly define epoch for ``utc_clock``\ / ``utc_timepoint``\ 2020-02 (Prague) |Nothing To Do|
242 `LWG3317 <https://wg21.link/LWG3317>`__ Incorrect ``operator<<``\ for floating-point durations 2020-02 (Prague) |Complete| 16
243 `LWG3318 <https://wg21.link/LWG3318>`__ Clarify whether clocks can represent time before their epoch 2020-02 (Prague)
244 `LWG3319 <https://wg21.link/LWG3319>`__ Properly reference specification of IANA time zone database 2020-02 (Prague) |Nothing To Do|

View File

@ -2,7 +2,7 @@
"`P2497R0 <https://wg21.link/P2497R0>`__","Testing for success or failure of ``<charconv>`` functions","2023-06 (Varna)","|Complete|","18",""
"`P2592R3 <https://wg21.link/P2592R3>`__","Hashing support for ``std::chrono`` value classes","2023-06 (Varna)","","",""
"`P2587R3 <https://wg21.link/P2587R3>`__","``to_string`` or not ``to_string``","2023-06 (Varna)","","",""
"`P2562R1 <https://wg21.link/P2562R1>`__","``constexpr`` Stable Sorting","2023-06 (Varna)","|Partial|","20.0",""
"`P2562R1 <https://wg21.link/P2562R1>`__","``constexpr`` Stable Sorting","2023-06 (Varna)","|Partial|","20",""
"`P2545R4 <https://wg21.link/P2545R4>`__","Read-Copy Update (RCU)","2023-06 (Varna)","","",""
"`P2530R3 <https://wg21.link/P2530R3>`__","Hazard Pointers for C++26","2023-06 (Varna)","","",""
"`P2538R1 <https://wg21.link/P2538R1>`__","ADL-proof ``std::projected``","2023-06 (Varna)","|Complete|","18",""
@ -24,7 +24,7 @@
"`P1383R2 <https://wg21.link/P1383R2>`__","More ``constexpr`` for ``<cmath>`` and ``<complex>``","2023-06 (Varna)","","",""
"`P2734R0 <https://wg21.link/P2734R0>`__","Adding the new SI prefixes","2023-06 (Varna)","|Complete|","17",""
"`P2548R6 <https://wg21.link/P2548R6>`__","``copyable_function``","2023-06 (Varna)","","",""
"`P2714R1 <https://wg21.link/P2714R1>`__","Bind front and back to NTTP callables","2023-06 (Varna)","|Partial|","20","``not_fn`` only"
"`P2714R1 <https://wg21.link/P2714R1>`__","Bind front and back to NTTP callables","2023-06 (Varna)","|Partial|","20",""
"`P2630R4 <https://wg21.link/P2630R4>`__","``submdspan``","2023-06 (Varna)","","",""
"","","","","",""
"`P0543R3 <https://wg21.link/P0543R3>`__","Saturation arithmetic","2023-11 (Kona)","|Complete|","18",""

1 Paper # Paper Name Meeting Status First released version Notes
2 `P2497R0 <https://wg21.link/P2497R0>`__ Testing for success or failure of ``<charconv>`` functions 2023-06 (Varna) |Complete| 18
3 `P2592R3 <https://wg21.link/P2592R3>`__ Hashing support for ``std::chrono`` value classes 2023-06 (Varna)
4 `P2587R3 <https://wg21.link/P2587R3>`__ ``to_string`` or not ``to_string`` 2023-06 (Varna)
5 `P2562R1 <https://wg21.link/P2562R1>`__ ``constexpr`` Stable Sorting 2023-06 (Varna) |Partial| 20.0 20
6 `P2545R4 <https://wg21.link/P2545R4>`__ Read-Copy Update (RCU) 2023-06 (Varna)
7 `P2530R3 <https://wg21.link/P2530R3>`__ Hazard Pointers for C++26 2023-06 (Varna)
8 `P2538R1 <https://wg21.link/P2538R1>`__ ADL-proof ``std::projected`` 2023-06 (Varna) |Complete| 18
24 `P1383R2 <https://wg21.link/P1383R2>`__ More ``constexpr`` for ``<cmath>`` and ``<complex>`` 2023-06 (Varna)
25 `P2734R0 <https://wg21.link/P2734R0>`__ Adding the new SI prefixes 2023-06 (Varna) |Complete| 17
26 `P2548R6 <https://wg21.link/P2548R6>`__ ``copyable_function`` 2023-06 (Varna)
27 `P2714R1 <https://wg21.link/P2714R1>`__ Bind front and back to NTTP callables 2023-06 (Varna) |Partial| 20 ``not_fn`` only
28 `P2630R4 <https://wg21.link/P2630R4>`__ ``submdspan`` 2023-06 (Varna)
29
30 `P0543R3 <https://wg21.link/P0543R3>`__ Saturation arithmetic 2023-11 (Kona) |Complete| 18