From Jason Turner

[tab:iostreams.basicios.init.effects]

Diff to HTML by rtfpessoa

tmp/tmpsozuxf01/{from.md → to.md} RENAMED
@@ -7,10 +7,10 @@
7
  | `rdstate()` | `goodbit` if `sb` is not a null pointer, otherwise `badbit`. |
8
  | `exceptions()` | `goodbit` |
9
  | `flags()` | `skipws | dec` |
10
  | `width()` | `0` |
11
  | `precision()` | `6` |
12
- | `fill()` | `widen(' ');` |
13
  | `getloc()` | a copy of the value returned by `locale()` |
14
  | `iarray` | a null pointer |
15
  | `parray` | a null pointer |
16
 
 
7
  | `rdstate()` | `goodbit` if `sb` is not a null pointer, otherwise `badbit`. |
8
  | `exceptions()` | `goodbit` |
9
  | `flags()` | `skipws | dec` |
10
  | `width()` | `0` |
11
  | `precision()` | `6` |
12
+ | `fill()` | `widen(' ')` |
13
  | `getloc()` | a copy of the value returned by `locale()` |
14
  | `iarray` | a null pointer |
15
  | `parray` | a null pointer |
16