From Jason Turner

[basic.ios.members]

Diff to HTML by rtfpessoa

tmp/tmp1mz29qk8/{from.md → to.md} RENAMED
@@ -46,17 +46,17 @@ locale imbue(const locale& loc);
46
 
47
  ``` cpp
48
  char narrow(char_type c, char dfault) const;
49
  ```
50
 
51
- *Returns:* `use_facet<ctype<char_type>>(getloc()).narrow(c, dfault)`
52
 
53
  ``` cpp
54
  char_type widen(char c) const;
55
  ```
56
 
57
- *Returns:* `use_facet<ctype<char_type>>(getloc()).widen(c)`
58
 
59
  ``` cpp
60
  char_type fill() const;
61
  ```
62
 
 
46
 
47
  ``` cpp
48
  char narrow(char_type c, char dfault) const;
49
  ```
50
 
51
+ *Returns:* `use_facet<ctype<char_type>>(getloc()).narrow(c, dfault)`.
52
 
53
  ``` cpp
54
  char_type widen(char c) const;
55
  ```
56
 
57
+ *Returns:* `use_facet<ctype<char_type>>(getloc()).widen(c)`.
58
 
59
  ``` cpp
60
  char_type fill() const;
61
  ```
62