Skip to content

Commit 3bd9dc5

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG2243 istream::putback problem
1 parent 2ff2319 commit 3bd9dc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5356,11 +5356,11 @@
53565356
If
53575357
\tcode{rdbuf()}
53585358
is not null, calls
5359-
\tcode{rdbuf->sputbackc()}.
5359+
\tcode{rdbuf()->sputbackc(c)}.
53605360
If
53615361
\tcode{rdbuf()}
53625362
is null, or if
5363-
\tcode{sputbackc()}
5363+
\tcode{sputbackc}
53645364
returns
53655365
\tcode{traits::eof()},
53665366
calls
@@ -5402,7 +5402,7 @@
54025402
If
54035403
\tcode{rdbuf()}
54045404
is null, or if
5405-
\tcode{sungetc()}
5405+
\tcode{sungetc}
54065406
returns
54075407
\tcode{traits::eof()},
54085408
calls

0 commit comments

Comments
 (0)