diff --git a/d0355r3.html b/d0355r3.html index 4612453..fa16421 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -3421,6 +3421,11 @@ except for white space, are parsed unchanged from the stream. A white space char matches zero or more white space characters in the input stream.

+

+If the from_stream overload fails to parse everything specified by the +format string, ios_base::failbit is set in the basic_istream. +

+