tmp/tmpdegz2fwh/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
|
| 3 |
Each formatted input function begins execution by constructing an object
|
| 4 |
of class `sentry` with the `noskipws` (second) argument `false`. If the
|
| 5 |
`sentry` object returns `true`, when converted to a value of type
|
| 6 |
`bool`, the function endeavors to obtain the requested input. If an
|
| 7 |
-
exception is thrown during input then `ios::badbit` is turned on[^
|
| 8 |
`*this`’s error state. If `(exceptions()&badbit) != 0` then the
|
| 9 |
exception is rethrown. In any case, the formatted input function
|
| 10 |
destroys the `sentry` object. If no exception has been thrown, it
|
| 11 |
returns `*this`.
|
| 12 |
|
|
|
|
| 2 |
|
| 3 |
Each formatted input function begins execution by constructing an object
|
| 4 |
of class `sentry` with the `noskipws` (second) argument `false`. If the
|
| 5 |
`sentry` object returns `true`, when converted to a value of type
|
| 6 |
`bool`, the function endeavors to obtain the requested input. If an
|
| 7 |
+
exception is thrown during input then `ios::badbit` is turned on[^19] in
|
| 8 |
`*this`’s error state. If `(exceptions()&badbit) != 0` then the
|
| 9 |
exception is rethrown. In any case, the formatted input function
|
| 10 |
destroys the `sentry` object. If no exception has been thrown, it
|
| 11 |
returns `*this`.
|
| 12 |
|