From e674f2454e04c6e0ee453acf441061a16925df2e Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Mon, 14 Jul 2025 14:54:53 +0800 Subject: [PATCH] [libc++][docs] Confirm that P2372R3 has been implemented --- libcxx/docs/ReleaseNotes/21.rst | 1 + libcxx/docs/Status/Cxx20Papers.csv | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libcxx/docs/ReleaseNotes/21.rst b/libcxx/docs/ReleaseNotes/21.rst index 96115890e5520..6f18b61284f49 100644 --- a/libcxx/docs/ReleaseNotes/21.rst +++ b/libcxx/docs/ReleaseNotes/21.rst @@ -42,6 +42,7 @@ Implemented Papers - P0767R1: Deprecate POD (`Github `__) - P1361R2: Integration of chrono with text formatting (`Github `__) - P2255R2: A type trait to detect reference binding to temporary (implemented the type traits only) (`Github `__) +- P2372R3: Fixing locale handling in chrono formatters (`Github `__) - P2562R1: ``constexpr`` Stable Sorting (`Github `__) - P0472R3: Put std::monostate in (`Github `__) - P1222R4: A Standard ``flat_set`` (`Github `__) diff --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv index 4430b785334c1..e692bb2dc088b 100644 --- a/libcxx/docs/Status/Cxx20Papers.csv +++ b/libcxx/docs/Status/Cxx20Papers.csv @@ -200,7 +200,7 @@ "`P2328R1 `__","join_view should join all views of ranges","2021-06 (Virtual)","|Complete|","15","" "`P2367R0 `__","Remove misuses of list-initialization from Clause 24","2021-06 (Virtual)","|Complete|","15","" "","","","","","" -"`P2372R3 `__","Fixing locale handling in chrono formatters","2021-10 (Virtual)","|In Progress|","","" +"`P2372R3 `__","Fixing locale handling in chrono formatters","2021-10 (Virtual)","|Complete|","21","" "`P2415R2 `__","What is a ``view``","2021-10 (Virtual)","|Complete|","14","" "`P2418R2 `__","Add support for ``std::generator``-like types to ``std::format``","2021-10 (Virtual)","|Complete|","15","" "`P2432R1 `__","Fix ``istream_view``","2021-10 (Virtual)","|Complete|","16",""