From Jason Turner

[ios.members.static]

Diff to HTML by rtfpessoa

tmp/tmp9ij5p16j/{from.md → to.md} RENAMED
@@ -35,11 +35,11 @@ c = fgetc(f);
35
  ```
36
 
37
  is the same as the effect of
38
 
39
  ``` cpp
40
- c = str.rdbuf()->sbumpc(c);
41
  ```
42
 
43
  for any sequences of characters; and the effect of pushing back a
44
  character `c` by
45
 
 
35
  ```
36
 
37
  is the same as the effect of
38
 
39
  ``` cpp
40
+ c = str.rdbuf()->sbumpc();
41
  ```
42
 
43
  for any sequences of characters; and the effect of pushing back a
44
  character `c` by
45