From 0343c688125f7b8c74ae14a600d8aebbd6add6be Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 16 Mar 2018 14:33:26 -0400 Subject: [PATCH] Address reviwer comments --- d0355r7.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: Rep is an integral type with rank int or +Requires: Rep is an integral type with rank short or greater, or a floating point type. charT is char or wchar_t.

@@ -3578,7 +3578,7 @@ is a valid expression.

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 to basic_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 of duration, the program is ill-formed. +If Duration is not an specialization of duration, the program is ill-formed.