tmp/tmpjc3xj10g/{from.md → to.md}
RENAMED
|
@@ -5,7 +5,7 @@ iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
|
|
| 5 |
long double quant) const;
|
| 6 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
|
| 7 |
const string_type& quant) const;
|
| 8 |
```
|
| 9 |
|
| 10 |
-
*Returns:* `do_put(s, intl, f, loc, quant)`
|
| 11 |
|
|
|
|
| 5 |
long double quant) const;
|
| 6 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
|
| 7 |
const string_type& quant) const;
|
| 8 |
```
|
| 9 |
|
| 10 |
+
*Returns:* `do_put(s, intl, f, loc, quant)`.
|
| 11 |
|