From Jason Turner

[basic.ios.cons]

Diff to HTML by rtfpessoa

tmp/tmpe1xtiisw/{from.md → to.md} RENAMED
@@ -39,11 +39,11 @@ Table  [[tab:iostreams.basicios.init.effects]].
39
  | `rdstate()` | `goodbit` if `sb` is not a null pointer, otherwise `badbit`. |
40
  | `exceptions()` | `goodbit` |
41
  | `flags()` | `skipws | dec` |
42
  | `width()` | `0` |
43
  | `precision()` | `6` |
44
- | `fill()` | `widen(' ');` |
45
  | `getloc()` | a copy of the value returned by `locale()` |
46
  | `iarray` | a null pointer |
47
  | `parray` | a null pointer |
48
 
49
 
 
39
  | `rdstate()` | `goodbit` if `sb` is not a null pointer, otherwise `badbit`. |
40
  | `exceptions()` | `goodbit` |
41
  | `flags()` | `skipws | dec` |
42
  | `width()` | `0` |
43
  | `precision()` | `6` |
44
+ | `fill()` | `widen(' ')` |
45
  | `getloc()` | a copy of the value returned by `locale()` |
46
  | `iarray` | a null pointer |
47
  | `parray` | a null pointer |
48
 
49