We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba3cf5 commit a1d2aaeCopy full SHA for a1d2aae
source/iostreams.tex
@@ -6269,7 +6269,7 @@
6269
\pnum
6270
\returns
6271
If
6272
-\tcode{fail() != false},
+\tcode{fail()} is \keyword{true},
6273
returns
6274
\tcode{pos_type(-1)}
6275
to indicate failure.
@@ -6286,7 +6286,7 @@
6286
6287
\effects
6288
6289
-\tcode{fail() != true},
+\tcode{fail()} is \keyword{false},
6290
executes
6291
\tcode{rdbuf()->pubseekpos(pos, ios_base::out)}.
6292
In case of failure, the function calls
@@ -6308,7 +6308,7 @@
6308
6309
6310
6311
6312
6313
\tcode{rdbuf()->pubseekoff(off, dir, ios_base::out)}.
6314
In case of failure, the function calls \tcode{setstate(failbit)}
0 commit comments