tmp/tmpp33mdgc7/{from.md → to.md}
RENAMED
|
@@ -13,11 +13,11 @@ namespace std {
|
|
| 13 |
An implementation is permitted to define `ios_base::failure` as a
|
| 14 |
synonym for a class with equivalent functionality to class
|
| 15 |
`ios_base::failure` shown in this subclause.
|
| 16 |
|
| 17 |
[*Note 1*: When `ios_base::failure` is a synonym for another type, that
|
| 18 |
-
type
|
| 19 |
injected-class-name. — *end note*]
|
| 20 |
|
| 21 |
The class `failure` defines the base class for the types of all objects
|
| 22 |
thrown as exceptions, by functions in the iostreams library, to report
|
| 23 |
errors detected during stream buffer operations.
|
|
|
|
| 13 |
An implementation is permitted to define `ios_base::failure` as a
|
| 14 |
synonym for a class with equivalent functionality to class
|
| 15 |
`ios_base::failure` shown in this subclause.
|
| 16 |
|
| 17 |
[*Note 1*: When `ios_base::failure` is a synonym for another type, that
|
| 18 |
+
type needs to provide a nested type `failure` to emulate the
|
| 19 |
injected-class-name. — *end note*]
|
| 20 |
|
| 21 |
The class `failure` defines the base class for the types of all objects
|
| 22 |
thrown as exceptions, by functions in the iostreams library, to report
|
| 23 |
errors detected during stream buffer operations.
|