From Jason Turner

[istream.formatted.reqmts]

Diff to HTML by rtfpessoa

tmp/tmpr2g4i52f/{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[^20] 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
 
 
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_base::badbit` is turned
8
+ on[^20] in `*this`’s error state. If `(exceptions()&badbit) != 0` then
9
+ the 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