File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2046
2046
ensures that \tcode {v}'s state is unchanged by the operation
2047
2047
and
2048
2048
calls \tcode {is.setstate(ios::failbit)}
2049
- (which may throw \tcode {ios::failure}~[ \ref {iostate.flags }] ).
2049
+ (which may throw \tcode {ios::failure}~( \ref {iostate.flags }) ).
2050
2050
If a textual representation written via \tcode {os << x}
2051
2051
was subsequently read via \tcode {is >> v},
2052
2052
then \tcode {x == v}
2433
2433
ensures that \tcode {d} is unchanged by the operation
2434
2434
and
2435
2435
calls \tcode {is.setstate(ios::failbit)}
2436
- (which may throw \tcode {ios::failure}~[ \ref {iostate.flags }] ).
2436
+ (which may throw \tcode {ios::failure}~( \ref {iostate.flags }) ).
2437
2437
2438
2438
\requires \tcode {is} provides a textual representation
2439
2439
that was previously written
You can’t perform that action at this time.
0 commit comments