From Jason Turner

[ios.base.cons]

Diff to HTML by rtfpessoa

tmp/tmpdzfsafgd/{from.md → to.md} RENAMED
@@ -8,11 +8,11 @@ ios_base();
8
  construction. The object’s members shall be initialized by calling
9
  `basic_ios::init` before the object’s first use or before it is
10
  destroyed, whichever comes first; otherwise the behavior is undefined.
11
 
12
  ``` cpp
13
- ~ios_base()
14
  ```
15
 
16
  *Effects:* Destroys an object of class `ios_base`. Calls each registered
17
  callback pair `(fn, index)` ([[ios.base.callback]]) as
18
  `(*fn)(erase_event, *this, index)` at such time that any `ios_base`
 
8
  construction. The object’s members shall be initialized by calling
9
  `basic_ios::init` before the object’s first use or before it is
10
  destroyed, whichever comes first; otherwise the behavior is undefined.
11
 
12
  ``` cpp
13
+ ~ios_base();
14
  ```
15
 
16
  *Effects:* Destroys an object of class `ios_base`. Calls each registered
17
  callback pair `(fn, index)` ([[ios.base.callback]]) as
18
  `(*fn)(erase_event, *this, index)` at such time that any `ios_base`