Skip to content

Commit 5d9974a

Browse files
committed
[istream.sentry] clarify boolean expressions
1 parent dd5b058 commit 5d9974a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4594,9 +4594,9 @@
45944594
\tcode{is.good()}
45954595
is
45964596
\tcode{true},
4597-
\tcode{ok_ != false}
4597+
\tcode{ok_} is \keyword{true}
45984598
otherwise,
4599-
\tcode{ok_ == false}.
4599+
\tcode{ok_} is \keyword{false}.
46004600
During preparation, the constructor may call
46014601
\tcode{setstate(failbit)}
46024602
(which may throw

0 commit comments

Comments
 (0)