Skip to content

Commit 82e93c1

Browse files
committed
[streambuf.virt.pback] clarify boolean expression
1 parent f1e7181 commit 82e93c1

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
@@ -3987,7 +3987,7 @@
39873987
call this virtual function only when
39883988
\tcode{gptr()}
39893989
is null,
3990-
\tcode{gptr() == eback()},
3990+
\tcode{gptr() == eback()} is \keyword{true},
39913991
or
39923992
\tcode{traits::eq(traits::to_char_type(c), gptr()[-1])}
39933993
returns

0 commit comments

Comments
 (0)