[libcxx-commits] [libcxx] b32e600 - [libc++][format] Updates the status page.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 20 10:27:03 PDT 2022


Author: Mark de Wever
Date: 2022-07-20T19:26:28+02:00
New Revision: b32e600edd4e80f74fb8e6a199b9a4d47c6c8a05

URL: https://github.com/llvm/llvm-project/commit/b32e600edd4e80f74fb8e6a199b9a4d47c6c8a05
DIFF: https://github.com/llvm/llvm-project/commit/b32e600edd4e80f74fb8e6a199b9a4d47c6c8a05.diff

LOG: [libc++][format] Updates the status page.

Added: 
    

Modified: 
    libcxx/docs/Status/FormatIssues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/FormatIssues.csv b/libcxx/docs/Status/FormatIssues.csv
index 431e124adfc97..3f7304520c9e9 100644
--- a/libcxx/docs/Status/FormatIssues.csv
+++ b/libcxx/docs/Status/FormatIssues.csv
@@ -4,7 +4,7 @@ Number,Name,Assignee,Patch,Status,First released version
 `P1892 <https://wg21.link/P1892>`_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 <https://reviews.llvm.org/D103368>`__,|Complete|,Clang 14
 `P1868 <https://wg21.link/P1868>`_,"width: clarifying units of width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 <https://reviews.llvm.org/D103413>`__ `D103425 <https://reviews.llvm.org/D103425>`__ `D103670 <https://reviews.llvm.org/D103670>`__",|Complete|,Clang 14
 `P2216 <https://wg21.link/P2216>`_,"std::format improvements",Mark de Wever,,|Complete|,Clang 15
-`P2418 <https://wg21.link/P2418>`__,"Add support for ``std::generator``-like types to ``std::format``",Mark de Wever,`D127570 <https://reviews.llvm.org/D127570>`__,|Review|,
+`P2418 <https://wg21.link/P2418>`__,"Add support for ``std::generator``-like types to ``std::format``",Mark de Wever,`D127570 <https://reviews.llvm.org/D127570>`__,|Complete|, Clang 15
 
 `P1361 <https://wg21.link/P1361>`_,"Integration of chrono with text formatting",Mark de Wever,,|In Progress|,
 `P2372 <https://wg21.link/P2372>`__,"Fixing locale handling in chrono formatters",Mark de Wever,,|In Progress|,


        


More information about the libcxx-commits mailing list