We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9974a commit fb8f294Copy full SHA for fb8f294
source/iostreams.tex
@@ -4668,7 +4668,8 @@
4668
If an exception is thrown during input then
4669
\tcode{ios_base::badbit} is set in the local error state,
4670
\tcode{*this}'s error state is set to the local error state, and
4671
-the exception is rethrown if \tcode{(exceptions() \& badbit) != 0}.
+the exception is rethrown
4672
+if \tcode{(exceptions() \& badbit) != 0} is \keyword{true}.
4673
After extraction is done, the input function calls \tcode{setstate}, which
4674
sets \tcode{*this}'s error state to the local error state, and
4675
may throw an exception.
0 commit comments