We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff2319 commit 3bd9dc5Copy full SHA for 3bd9dc5
source/iostreams.tex
@@ -5356,11 +5356,11 @@
5356
If
5357
\tcode{rdbuf()}
5358
is not null, calls
5359
-\tcode{rdbuf->sputbackc()}.
+\tcode{rdbuf()->sputbackc(c)}.
5360
5361
5362
is null, or if
5363
-\tcode{sputbackc()}
+\tcode{sputbackc}
5364
returns
5365
\tcode{traits::eof()},
5366
calls
@@ -5402,7 +5402,7 @@
5402
5403
5404
5405
-\tcode{sungetc()}
+\tcode{sungetc}
5406
5407
5408
0 commit comments