[libc++][docs] Confirm that P2372R3 has been implemented (#148573)

In #125921, the changes requested by P2372R3 were completed and tested
together with corresponding `chrono` types. But that PR didn't mention
P2372R3. The `__cpp_lib_format` FTM was even bumped by an earlier PR
#98275.

This PR confirms that P2372R3 was completed in LLVM 21 (together with P1361R2).
Closes #100043
This commit is contained in:
A. Jiang 2025-07-14 22:23:27 +08:00 committed by GitHub
parent 090e612533
commit 4177bfdb46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ Implemented Papers
- P0767R1: Deprecate POD (`Github <https://github.com/llvm/llvm-project/issues/104013>`__)
- P1361R2: Integration of chrono with text formatting (`Github <https://github.com/llvm/llvm-project/issues/100014>`__)
- P2255R2: A type trait to detect reference binding to temporary (implemented the type traits only) (`Github <https://github.com/llvm/llvm-project/issues/105180>`__)
- P2372R3: Fixing locale handling in chrono formatters (`Github <https://github.com/llvm/llvm-project/issues/100043>`__)
- P2562R1: ``constexpr`` Stable Sorting (`Github <https://github.com/llvm/llvm-project/issues/105360>`__)
- P0472R3: Put std::monostate in <utility> (`Github <https://github.com/llvm/llvm-project/issues/127874>`__)
- P1222R4: A Standard ``flat_set`` (`Github <https://github.com/llvm/llvm-project/issues/105193>`__)

View File

@ -200,7 +200,7 @@
"`P2328R1 <https://wg21.link/P2328R1>`__","join_view should join all views of ranges","2021-06 (Virtual)","|Complete|","15",""
"`P2367R0 <https://wg21.link/P2367R0>`__","Remove misuses of list-initialization from Clause 24","2021-06 (Virtual)","|Complete|","15",""
"","","","","",""
"`P2372R3 <https://wg21.link/P2372R3>`__","Fixing locale handling in chrono formatters","2021-10 (Virtual)","|In Progress|","",""
"`P2372R3 <https://wg21.link/P2372R3>`__","Fixing locale handling in chrono formatters","2021-10 (Virtual)","|Complete|","21",""
"`P2415R2 <https://wg21.link/P2415R2>`__","What is a ``view``","2021-10 (Virtual)","|Complete|","14",""
"`P2418R2 <https://wg21.link/P2418R2>`__","Add support for ``std::generator``-like types to ``std::format``","2021-10 (Virtual)","|Complete|","15",""
"`P2432R1 <https://wg21.link/P2432R1>`__","Fix ``istream_view``","2021-10 (Virtual)","|Complete|","16",""

1 Paper # Paper Name Meeting Status First released version Notes
200 `P2328R1 <https://wg21.link/P2328R1>`__ join_view should join all views of ranges 2021-06 (Virtual) |Complete| 15
201 `P2367R0 <https://wg21.link/P2367R0>`__ Remove misuses of list-initialization from Clause 24 2021-06 (Virtual) |Complete| 15
202
203 `P2372R3 <https://wg21.link/P2372R3>`__ Fixing locale handling in chrono formatters 2021-10 (Virtual) |In Progress| |Complete| 21
204 `P2415R2 <https://wg21.link/P2415R2>`__ What is a ``view`` 2021-10 (Virtual) |Complete| 14
205 `P2418R2 <https://wg21.link/P2418R2>`__ Add support for ``std::generator``-like types to ``std::format`` 2021-10 (Virtual) |Complete| 15
206 `P2432R1 <https://wg21.link/P2432R1>`__ Fix ``istream_view`` 2021-10 (Virtual) |Complete| 16