tmp/tmp3wvtsedg/{from.md → to.md}
RENAMED
|
@@ -6,7 +6,7 @@ iter_type get(iter_type s, iter_type end, bool intl,
|
|
| 6 |
long double& quant) const;
|
| 7 |
iter_type get(s, iter_type end, bool intl, ios_base&f,
|
| 8 |
ios_base::iostate& err, string_type& quant) const;
|
| 9 |
```
|
| 10 |
|
| 11 |
-
*Returns:* `do_get(s, end, intl, f, err, quant)`
|
| 12 |
|
|
|
|
| 6 |
long double& quant) const;
|
| 7 |
iter_type get(s, iter_type end, bool intl, ios_base&f,
|
| 8 |
ios_base::iostate& err, string_type& quant) const;
|
| 9 |
```
|
| 10 |
|
| 11 |
+
*Returns:* `do_get(s, end, intl, f, err, quant)`.
|
| 12 |
|