Skip to content

Commit 9e54ade

Browse files
committed
[streambuf.virt.put] clarify boolean expression
1 parent 82e93c1 commit 9e54ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4073,7 +4073,7 @@
40734073
and
40744074
\tcode{pptr()}
40754075
are set so that:
4076-
\tcode{pptr() - pbase() == r}
4076+
\tcode{pptr() - pbase() == r} is \keyword{true}
40774077
and the \tcode{r} characters starting at
40784078
\tcode{pbase()}
40794079
are the associated output stream.

0 commit comments

Comments
 (0)