[libc++][doc] Update format implementation status.

This commit is contained in:
Mark de Wever 2022-03-27 17:14:27 +02:00
parent 7cc48026bd
commit 5599e2c44e
2 changed files with 4 additions and 4 deletions

View File

@ -6,5 +6,5 @@ Number,Name,Assignee,Patch,Status,First released version
`P2216 <https://wg21.link/P2216>`_,"std::format improvements",Mark de Wever,,|In Progress|,
`P2418 <https://wg21.link/P2418>`__,"Add support for ``std::generator``-like types to ``std::format``",Mark de Wever,,|In Progress|,
`P1361 <https://wg21.link/P1361>`_,"Integration of chrono with text formatting",,,|Not Started|,
`P2372 <https://wg21.link/P2372>`__,"Fixing locale handling in chrono formatters",,,|Not Started|,
`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|,

1 Number Name Assignee Patch Status First released version
6 `P2216 <https://wg21.link/P2216>`_ std::format improvements Mark de Wever |In Progress|
7 `P2418 <https://wg21.link/P2418>`__ Add support for ``std::generator``-like types to ``std::format`` Mark de Wever |In Progress|
8 `P1361 <https://wg21.link/P1361>`_ Integration of chrono with text formatting Mark de Wever |Not Started| |In Progress|
9 `P2372 <https://wg21.link/P2372>`__ Fixing locale handling in chrono formatters Mark de Wever |Not Started| |In Progress|
10

View File

@ -44,6 +44,6 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,|Complete|,Clang 14
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 <https://llvm.org/D96664>`__,|Complete|,Clang 14
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - Improve performance format_to_n",,Mark de Wever,`D110499 <https://llvm.org/D110499>`__,|Review|,
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - Improve performance formatted size",,Mark de Wever,`D110500 <https://llvm.org/D110500>`__,|Review|,
`[format.functions] <https://wg21.link/format.functions>`_,"`P2216 <https://wg21.link/P2216>`_ - Compile-time checks",,Mark de Wever,,|In Progress|,
`[format.functions] <https://wg21.link/format.functions>`_,"Format functions - Improve performance formatted size",,Mark de Wever,`D110498 <https://llvm.org/D110498>`__,|Review|,
`[format.functions] <https://wg21.link/format.functions>`_,"`P2216 <https://wg21.link/P2216>`_ - Compile-time checks",,Mark de Wever,`D121530 <https://llvm.org/D121530>`__,|Review|,
`[format.functions] <https://wg21.link/format.functions>`_,"`P2216 <https://wg21.link/P2216>`_ - Binary size",,Mark de Wever,`D110494 <https://llvm.org/D110494>`__,|Complete|,Clang 14

1 Section Description Dependencies Assignee Patch Status First released version
44 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args); Mark de Wever `D96664 <https://llvm.org/D96664>`__ |Complete| Clang 14
45 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args); Mark de Wever `D96664 <https://llvm.org/D96664>`__ |Complete| Clang 14
46 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - Improve performance format_to_n Mark de Wever `D110499 <https://llvm.org/D110499>`__ |Review|
47 `[format.functions] <https://wg21.link/format.functions>`_ Format functions - Improve performance formatted size Mark de Wever `D110500 <https://llvm.org/D110500>`__ `D110498 <https://llvm.org/D110498>`__ |Review|
48 `[format.functions] <https://wg21.link/format.functions>`_ `P2216 <https://wg21.link/P2216>`_ - Compile-time checks Mark de Wever `D121530 <https://llvm.org/D121530>`__ |In Progress| |Review|
49 `[format.functions] <https://wg21.link/format.functions>`_ `P2216 <https://wg21.link/P2216>`_ - Binary size Mark de Wever `D110494 <https://llvm.org/D110494>`__ |Complete| Clang 14