From 264fd7c62a3e2e729a92af67c1779b3b145a98d5 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 14 Oct 2017 12:56:21 -0400 Subject: [PATCH] Add reference to fmt proposal (P0645) --- d0355r4.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/d0355r4.html b/d0355r4.html index c5e32f8..37715d8 100644 --- a/d0355r4.html +++ b/d0355r4.html @@ -37,7 +37,7 @@ Document number: D0355R4

Howard E. Hinnant
-2017-09-30
+2017-10-14

Extending <chrono> to Calendars and Time Zones

@@ -2947,6 +2947,13 @@ will be assigned to *offset if offset is non-null. Add a new section 23.17.8 Formatting [time.format]:

+

+If fmt (P0645) moves forward +within the LEWG, this section can easily be reworked to plug into that facility +without loss of functionality. This will avoid two unrelated +format facilities in the standard. +

+

23.17.8 Formatting [time.format]