From 73a39306edb0eaff7ee34e04f8abcec2d15abadb Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Sat, 15 Apr 2017 11:03:24 +0200 Subject: [PATCH] [streambuf.virt.put] Fix logic in overflow() effects specification. --- source/iostreams.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 5eb66574a8..e1e57e5e5f 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -3939,7 +3939,7 @@ The pending sequence is defined as the concatenation of \begin{itemize} \item -the empty sequence if \tcode{pbase()} is not null, otherwise the +the empty sequence if \tcode{pbase()} is null, otherwise the \tcode{pptr() - pbase()} characters beginning at \tcode{pbase()}, followed by