diff --git a/d0355r7.html b/d0355r7.html index 1937129..cea339d 100644 --- a/d0355r7.html +++ b/d0355r7.html @@ -1546,7 +1546,7 @@ operator<<(basic_ostream<charT, traits>& os, const duration<R
-Requires:
@@ -3578,7 +3578,7 @@ is a valid expression.Rep
is an integral type with rankint
or +Requires:Rep
is an integral type with rankshort
or greater, or a floating point type.charT
ischar
orwchar_t
.All
from_stream
overloads behave as an unformatted input function, -except that they have an unspecified affect on the value returned by subsequent +except that they have an unspecified effect on the value returned by subsequent calls tobasic_istream<>::gcount()
. Each overload takes a format string containing ordinary characters and flags which have special @@ -9986,7 +9986,7 @@ and is not ambiguous.-If
Duration
is not an instance ofduration
, the program is ill-formed. +IfDuration
is not an specialization ofduration
, the program is ill-formed.