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: Callsto_stream(os, fmt, t)
, wherefmt
is a +null-terminated array ofchar_t
containing"%F %T"
widened +forcharT
.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: Callsto_stream(os, fmt, t)
, wherefmt
is a +null-terminated array ofchar_t
containing"%F %T"
widened +forcharT
.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: Callsto_stream(os, fmt, t)
, wherefmt
is a +null-terminated array ofchar_t
containing"%F %T"
widened +forcharT
.Returns:
os
. @@ -2778,7 +2784,9 @@ operator<<(basic_ostream<charT, traits>& os, const file_time<-Effects: Calls
to_stream(os, "%F %T", t)
. +Effects: Callsto_stream(os, fmt, t)
, wherefmt
is a +null-terminated array ofchar_t
containing"%F %T"
widened +forcharT
.Returns:
os
.