tmp/tmps32z18er/{from.md → to.md}
RENAMED
|
@@ -11,9 +11,9 @@ as noted explicitly below, their behavior when `traits::pos_type` and
|
|
| 11 |
`pos_type` denotes `fpos<mbstate_t>`, and `off_type` denotes
|
| 12 |
`streamoff`. — *end note*]
|
| 13 |
|
| 14 |
In the classes of [[input.output]], a template parameter with name
|
| 15 |
`charT` represents a member of the set of types containing `char`,
|
| 16 |
-
`wchar_t`, and any other *implementation-defined* character
|
| 17 |
-
meet the requirements for a
|
| 18 |
-
components can be instantiated.
|
| 19 |
|
|
|
|
| 11 |
`pos_type` denotes `fpos<mbstate_t>`, and `off_type` denotes
|
| 12 |
`streamoff`. — *end note*]
|
| 13 |
|
| 14 |
In the classes of [[input.output]], a template parameter with name
|
| 15 |
`charT` represents a member of the set of types containing `char`,
|
| 16 |
+
`wchar_t`, and any other *implementation-defined* character container
|
| 17 |
+
types [[defns.character.container]] that meet the requirements for a
|
| 18 |
+
character on which any of the iostream components can be instantiated.
|
| 19 |
|