From Jason Turner

[locale.money.put.members]

Diff to HTML by rtfpessoa

tmp/tmpyt4xbsb4/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
- ##### Members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
2
 
3
  ``` cpp
4
  iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const;
5
  iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;
6
  ```
7
 
8
- *Returns:* `do_put(s, intl, f, loc, quant)`.
9
 
 
1
+ ###### Members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
2
 
3
  ``` cpp
4
  iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const;
5
  iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;
6
  ```
7
 
8
+ *Returns:* `do_put(s, intl, f, fill, quant)`.
9