Skip to content

Commit dfb01cd

Browse files
jwakelytkoeppe
authored andcommitted
[syncstream.syncbuf.cons] Remove bogus rdbuf() calls
You don't call rdbuf() to get to the streambuf, this type is the streambuf.
1 parent 93c3245 commit dfb01cd

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
@@ -10975,7 +10975,7 @@
1097510975
Output stored in \tcode{other}
1097610976
prior to calling this constructor
1097710977
will be stored in \tcode{*this} afterwards.
10978-
\tcode{other.rdbuf()->pbase() == other.rdbuf()->pptr()}
10978+
\tcode{other.pbase() == other.pptr()}
1097910979
and
1098010980
\tcode{other.get_wrapped() == nullptr}
1098110981
are \tcode{true}.

0 commit comments

Comments
 (0)