forked from HowardHinnant/date
Add paragraph to [time.parse] concerning failbit
* The entire format string must be parsed, else failbit gets set.
This commit is contained in:
@@ -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.
|
matches zero or more white space characters in the input stream.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If the <code>from_stream</code> overload fails to parse everything specified by the
|
||||||
|
format string, <code>ios_base::failbit</code> is set in the <code>basic_istream</code>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<table cellspacing="10">
|
<table cellspacing="10">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user