From d1d799b6965d884f4303d33a999cfd9b1cefd963 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Thu, 4 Aug 2022 17:40:38 +0200 Subject: [PATCH] [libc++][doc] Updates format status page. Adds the details for P2286 and its status. --- libcxx/docs/Status/FormatPaper.csv | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv index 8db7bcc..87a7e1dc 100644 --- a/libcxx/docs/Status/FormatPaper.csv +++ b/libcxx/docs/Status/FormatPaper.csv @@ -1,4 +1,5 @@ Section,Description,Dependencies,Assignee,Status,First released version +`P1361 `__ `P2372 `__,"Formatting chrono" `[time.syn] `_,"Formatter ``chrono::duration``",,Mark de Wever,|In Progress|, `[time.syn] `_,"Formatter ``chrono::sys_time``",,Mark de Wever,|In Progress|, `[time.syn] `_,"Formatter ``chrono::utc_time``",A ```` implementation,Not assigned,,, @@ -26,3 +27,11 @@ Section,Description,Dependencies,Assignee,Status,First released version `[time.syn] `_,"Formatter ``chrono::sys_info``",A ```` implementation,Not assigned,, `[time.syn] `_,"Formatter ``chrono::local_info``",A ```` implementation,Not assigned,, `[time.syn] `_,"Formatter ``chrono::zoned_time``",A ```` implementation,Not assigned,, +`P2286R8 `__,"Formatting ranges" +`[format.syn] `_,"Concept ``formattable``",,Mark de Wever,|In Progress|, +`[format.string.std] `_,"std-format-spec ``type`` debug",,Mark de Wever,|In Progress|, +`[format.range] `_,"Formatting for ranges: sequences",,Mark de Wever,|In Progress|, +`[format.range] `_,"Formatting for ranges: associative",,Mark de Wever,, +`[format.range] `_,"Formatting for ranges: container adaptors",,Mark de Wever,, +`[format.range] `_,"Formatting for ranges: ``pair`` and ``tuple``",,Mark de Wever,|In Progress|, +`[format.range] `_,"Formatting for ranges: ``vector``",,Mark de Wever,, -- 2.7.4