From 5599e2c44e945aadc4d40a31d8951906bdddeea6 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 27 Mar 2022 17:14:27 +0200 Subject: [PATCH] [libc++][doc] Update format implementation status. --- libcxx/docs/Status/FormatIssues.csv | 4 ++-- libcxx/docs/Status/FormatPaper.csv | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libcxx/docs/Status/FormatIssues.csv b/libcxx/docs/Status/FormatIssues.csv index 473aba8..c8a6ba9 100644 --- a/libcxx/docs/Status/FormatIssues.csv +++ b/libcxx/docs/Status/FormatIssues.csv @@ -6,5 +6,5 @@ Number,Name,Assignee,Patch,Status,First released version `P2216 `_,"std::format improvements",Mark de Wever,,|In Progress|, `P2418 `__,"Add support for ``std::generator``-like types to ``std::format``",Mark de Wever,,|In Progress|, -`P1361 `_,"Integration of chrono with text formatting",,,|Not Started|, -`P2372 `__,"Fixing locale handling in chrono formatters",,,|Not Started|, +`P1361 `_,"Integration of chrono with text formatting",Mark de Wever,,|In Progress|, +`P2372 `__,"Fixing locale handling in chrono formatters",Mark de Wever,,|In Progress|, diff --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv index e45777e..d16819b 100644 --- a/libcxx/docs/Status/FormatPaper.csv +++ b/libcxx/docs/Status/FormatPaper.csv @@ -44,6 +44,6 @@ Section,Description,Dependencies,Assignee,Patch,Status,First released version `[format.functions] `_,"Format functions - formatted_size(const locale& loc, string_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Complete|,Clang 14 `[format.functions] `_,"Format functions - formatted_size(const locale& loc, wstring_view fmt, const Args&... args);",,Mark de Wever,`D96664 `__,|Complete|,Clang 14 `[format.functions] `_,"Format functions - Improve performance format_to_n",,Mark de Wever,`D110499 `__,|Review|, -`[format.functions] `_,"Format functions - Improve performance formatted size",,Mark de Wever,`D110500 `__,|Review|, -`[format.functions] `_,"`P2216 `_ - Compile-time checks",,Mark de Wever,,|In Progress|, +`[format.functions] `_,"Format functions - Improve performance formatted size",,Mark de Wever,`D110498 `__,|Review|, +`[format.functions] `_,"`P2216 `_ - Compile-time checks",,Mark de Wever,`D121530 `__,|Review|, `[format.functions] `_,"`P2216 `_ - Binary size",,Mark de Wever,`D110494 `__,|Complete|,Clang 14 -- 2.7.4