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.