mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 17:26:06 +00:00

The paper - P2286R8 Formatting ranges is fully implemented modulo its feature test macro. This macro has been revised by - LWG3750 Too many papers bump __cpp_lib_format The new macro depends on - P2585R0 Improving default container formatting This paper revises parts of P2286R8 and adds new formatter specializations. The specialization for debug strings has some wording issues, which is addresses in this paper - P2733R0 Fix handling of empty specifiers in std::format Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D142153
4.6 KiB
4.6 KiB
1 | Section | Description | Dependencies | Assignee | Status | First released version |
---|---|---|---|---|---|---|
2 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::duration<Rep, Period>`` | Mark de Wever | |Complete| | Clang 16 | |
3 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::sys_time<Duration>`` | Mark de Wever | |In Progress| | ||
4 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::day`` | Mark de Wever | |Complete| | Clang 16 | |
5 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::month`` | Mark de Wever | |Complete| | Clang 16 | |
6 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::year`` | Mark de Wever | |Complete| | Clang 16 | |
7 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::weekday`` | Mark de Wever | |Complete| | Clang 16 | |
8 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::weekday_indexed`` | Mark de Wever | |Complete| | Clang 16 | |
9 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::weekday_last`` | Mark de Wever | |Complete| | Clang 16 | |
10 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::month_day`` | Mark de Wever | |Complete| | Clang 16 | |
11 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::month_day_last`` | Mark de Wever | |Complete| | Clang 16 | |
12 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::month_weekday`` | Mark de Wever | |Complete| | Clang 16 | |
13 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::month_weekday_last`` | Mark de Wever | |Complete| | Clang 16 | |
14 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::year_month`` | Mark de Wever | |Complete| | Clang 16 | |
15 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::year_month_day`` | Mark de Wever | |Complete| | Clang 16 | |
16 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::year_month_day_last`` | Mark de Wever | |Complete| | Clang 16 | |
17 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::year_month_weekday`` | Mark de Wever | |Complete| | Clang 16 | |
18 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::year_month_weekday_last`` | Mark de Wever | |Complete| | Clang 16 | |
19 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::hh_mm_ss<duration<Rep, Period>>`` | Mark de Wever | |In Progress| | ||
20 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::sys_info`` | A ``<chrono>`` implementation | Mark de Wever | ||
21 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::local_info`` | A ``<chrono>`` implementation | Mark de Wever | ||
22 | `[time.syn] <https://wg21.link/time.syn>`_ | Formatter ``chrono::zoned_time<Duration, TimeZonePtr>`` | A ``<chrono>`` implementation | Mark de Wever | ||
23 | `[format.syn] <https://wg21.link/format.syn>`_ | Concept ``formattable`` | Mark de Wever | |Complete| | Clang 16 | |
24 | `[format.string.std] <https://wg21.link/format.string.std>`_ | std-format-spec ``type`` debug | Mark de Wever | |Complete| | Clang 16 | |
25 | `[format.range] <https://wg21.link/format.range>`_ | Formatting for ranges: sequences | Mark de Wever | |Complete| | Clang 16 | |
26 | `[format.range.fmtmap] <https://wg21.link/format.range.fmtmap>`_ | Formatting for ranges: map | Mark de Wever | |Complete| | Clang 16 | |
27 | `[format.range.fmtset] <https://wg21.link/format.range.fmtset>`_ | Formatting for ranges: set | Mark de Wever | |Complete| | Clang 16 | |
28 | `[format.range] <https://wg21.link/format.range>`_ | Formatting for ranges: container adaptors | Mark de Wever | |Complete| | Clang 16 | |
29 | `[format.range] <https://wg21.link/format.range>`_ | Formatting for ranges: ``pair`` and ``tuple`` | Mark de Wever | |Complete| | Clang 16 | |
30 | `[format.range] <https://wg21.link/format.range>`_ | Formatting for ranges: ``vector<bool>`` | Mark de Wever | |Complete| | Clang 16 | |
31 | `[format.range.fmtstr] <https://wg21.link/format.range.fmtstr>`_ | Formatting for ranges: strings | Mark de Wever | |In Progress| |