From Jason Turner

[locale.money.put]

Diff to HTML by rtfpessoa

tmp/tmpnu0_oo_5/{from.md → to.md} RENAMED
@@ -26,22 +26,20 @@ namespace std {
26
  const string_type& digits) const;
27
  };
28
  }
29
  ```
30
 
31
- ##### `money_put` members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
32
 
33
  ``` cpp
34
- iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
35
- long double quant) const;
36
- iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
37
- const string_type& quant) const;
38
  ```
39
 
40
  *Returns:* `do_put(s, intl, f, loc, quant)`.
41
 
42
- ##### `money_put` virtual functions <a id="locale.money.put.virtuals">[[locale.money.put.virtuals]]</a>
43
 
44
  ``` cpp
45
  iter_type do_put(iter_type s, bool intl, ios_base& str,
46
  char_type fill, long double units) const;
47
  iter_type do_put(iter_type s, bool intl, ios_base& str,
 
26
  const string_type& digits) const;
27
  };
28
  }
29
  ```
30
 
31
+ ##### Members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
32
 
33
  ``` cpp
34
+ iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const;
35
+ iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;
 
 
36
  ```
37
 
38
  *Returns:* `do_put(s, intl, f, loc, quant)`.
39
 
40
+ ##### Virtual functions <a id="locale.money.put.virtuals">[[locale.money.put.virtuals]]</a>
41
 
42
  ``` cpp
43
  iter_type do_put(iter_type s, bool intl, ios_base& str,
44
  char_type fill, long double units) const;
45
  iter_type do_put(iter_type s, bool intl, ios_base& str,