Skip to content

Commit c42d836

Browse files
Eelistkoeppe
authored andcommitted
[streambuf.virt.put] Fix logic error in the specification of the overflow() effects, introduced by 0b640ed. (#1613)
1 parent d5c0fd3 commit c42d836

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
@@ -3939,7 +3939,7 @@
39393939
The pending sequence is defined as the concatenation of
39403940
\begin{itemize}
39413941
\item
3942-
the empty sequence if \tcode{pbase()} is not null, otherwise the
3942+
the empty sequence if \tcode{pbase()} is null, otherwise the
39433943
\tcode{pptr() - pbase()}
39443944
characters beginning at
39453945
\tcode{pbase()}, followed by

0 commit comments

Comments
 (0)