tmp/tmp8ue08y2l/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
### General <a id="locale.categories.general">[[locale.categories.general]]</a>
|
| 2 |
|
| 3 |
Each of the standard categories includes a family of facets. Some of
|
| 4 |
these implement formatting or parsing of a datum, for use by standard or
|
| 5 |
users’ iostream operators `<<` and `>>`, as members `put()` and `get()`,
|
| 6 |
respectively. Each such member function takes an `ios_base&` argument
|
|
@@ -14,8 +14,8 @@ The `put()` members make no provision for error reporting. (Any failures
|
|
| 14 |
of the OutputIterator argument can be extracted from the returned
|
| 15 |
iterator.) The `get()` members take an `ios_base::iostate&` argument
|
| 16 |
whose value they ignore, but set to `ios_base::failbit` in case of a
|
| 17 |
parse error.
|
| 18 |
|
| 19 |
-
Within
|
| 20 |
-
|
| 21 |
|
|
|
|
| 1 |
+
#### General <a id="locale.categories.general">[[locale.categories.general]]</a>
|
| 2 |
|
| 3 |
Each of the standard categories includes a family of facets. Some of
|
| 4 |
these implement formatting or parsing of a datum, for use by standard or
|
| 5 |
users’ iostream operators `<<` and `>>`, as members `put()` and `get()`,
|
| 6 |
respectively. Each such member function takes an `ios_base&` argument
|
|
|
|
| 14 |
of the OutputIterator argument can be extracted from the returned
|
| 15 |
iterator.) The `get()` members take an `ios_base::iostate&` argument
|
| 16 |
whose value they ignore, but set to `ios_base::failbit` in case of a
|
| 17 |
parse error.
|
| 18 |
|
| 19 |
+
Within [[locale.categories]] it is unspecified whether one virtual
|
| 20 |
+
function calls another virtual function.
|
| 21 |
|