Skip to content

Commit 00d79c5

Browse files
committed
[istream.unformatted] clarify boolean expression
1 parent fb8f294 commit 00d79c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/iostreams.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5053,7 +5053,8 @@
50535053
If an exception is thrown during input then
50545054
\tcode{ios_base::badbit} is set in the local error state,
50555055
\tcode{*this}'s error state is set to the local error state, and
5056-
the exception is rethrown if \tcode{(exceptions() \& badbit) != 0}.
5056+
the exception is rethrown
5057+
if \tcode{(exceptions() \& badbit) != 0} is \keyword{true}.
50575058
If no exception has been thrown it
50585059
stores the number of characters extracted
50595060
in a member object.

0 commit comments

Comments
 (0)