From 4f24af489ceeedc631ae74d3b39debdc151ff085 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 17 Jun 2017 13:22:49 -0400 Subject: [PATCH] Make wide string literals in to_stream --- d0355r3.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/d0355r3.html b/d0355r3.html index cc2f2dc..d787b8f 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -2231,7 +2231,9 @@ operator<<(basic_ostream<charT, traits>& os, const utc_time<D

-Effects: Calls to_stream(os, "%F %T", t). +Effects: Calls to_stream(os, fmt, t), where fmt is a +null-terminated array of char_t containing "%F %T" widened +for charT.

Returns: os. @@ -2424,7 +2426,9 @@ operator<<(basic_ostream<charT, traits>& os, const tai_time<D

-Effects: Calls to_stream(os, "%F %T", t). +Effects: Calls to_stream(os, fmt, t), where fmt is a +null-terminated array of char_t containing "%F %T" widened +for charT.

Returns: os. @@ -2612,7 +2616,9 @@ operator<<(basic_ostream<charT, traits>& os, const gps_time<D

-Effects: Calls to_stream(os, "%F %T", t). +Effects: Calls to_stream(os, fmt, t), where fmt is a +null-terminated array of char_t containing "%F %T" widened +for charT.

Returns: os. @@ -2778,7 +2784,9 @@ operator<<(basic_ostream<charT, traits>& os, const file_time<

-Effects: Calls to_stream(os, "%F %T", t). +Effects: Calls to_stream(os, fmt, t), where fmt is a +null-terminated array of char_t containing "%F %T" widened +for charT.

Returns: os.