llvm-project/libcxx/docs/Status/FormatIssues.csv
Mark de Wever f712775daf [libc++][format] Exposes basic-format-string
This paper was accepted during the last plenary and is intended to be
backported to LLVM 15. When backporting the release notes in the branch
should be updated too.

Note the feature-test macro isn't updated since this will change; three
papers have updated the same macro in the same plenary.

Implements:
- P2508R1 Exposing std::basic-format-string

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D130643
2022-08-02 20:33:17 +02:00

1.6 KiB

1NumberNameStandardAssigneeStatusFirst released version
2`P0645 <https://wg21.link/P0645>`_Text FormattingC++20Mark de Wever|Complete|Clang 14
3`P1652 <https://wg21.link/P1652>`_Printf corner cases in std::formatC++20Mark de Wever|Complete|Clang 14
4`P1892 <https://wg21.link/P1892>`_Extended locale-specific presentation specifiers for std::formatC++20Mark de Wever|Complete|Clang 14
5`P1868 <https://wg21.link/P1868>`_width: clarifying units of width and precision in std::format (Implements the unicode support.)C++20Mark de Wever|Complete|Clang 14
6`P2216 <https://wg21.link/P2216>`_std::format improvementsC++20Mark de Wever|Complete|Clang 15
7`P2418 <https://wg21.link/P2418>`__Add support for ``std::generator``-like types to ``std::format``C++20Mark de Wever|Complete|Clang 15
8`P2508R1 <https://wg21.link/P2508R1>`__Exposing ``std::basic-format-string``C++23Mark de Wever|Complete|Clang 15
9`P1361 <https://wg21.link/P1361>`_Integration of chrono with text formattingC++20Mark de Wever|In Progress|
10`P2372 <https://wg21.link/P2372>`__Fixing locale handling in chrono formattersC++20Mark de Wever|In Progress|