From Jason Turner

[streambuf.pub.pback]

Diff to HTML by rtfpessoa

tmp/tmp7_y7t1z7/{from.md → to.md} RENAMED
@@ -3,11 +3,11 @@
3
  ``` cpp
4
  int_type sputbackc(char_type c);
5
  ```
6
 
7
  *Returns:* If the input sequence putback position is not available, or
8
- if `traits::eq(c,gptr()[-1])` is false, returns
9
  `pbackfail(traits::to_int_type(c))`. Otherwise, decrements the next
10
  pointer for the input sequence and returns
11
  `traits::to_int_type(*gptr())`.
12
 
13
  ``` cpp
 
3
  ``` cpp
4
  int_type sputbackc(char_type c);
5
  ```
6
 
7
  *Returns:* If the input sequence putback position is not available, or
8
+ if `traits::eq(c, gptr()[-1])` is `false`, returns
9
  `pbackfail(traits::to_int_type(c))`. Otherwise, decrements the next
10
  pointer for the input sequence and returns
11
  `traits::to_int_type(*gptr())`.
12
 
13
  ``` cpp