From Jason Turner

[ios::Init]

Diff to HTML by rtfpessoa

tmp/tmp1azcyhb1/{from.md → to.md} RENAMED
@@ -14,11 +14,11 @@ namespace std {
14
 
15
  The class `Init` describes an object whose construction ensures the
16
  construction of the eight objects declared in `<iostream>` (
17
  [[iostream.objects]]) that associate file stream buffers with the
18
  standard C streams provided for by the functions declared in
19
- `<cstdio>` ([[c.files]]).
20
 
21
  For the sake of exposition, the maintained data is presented here as:
22
 
23
  - `static int init_cnt`, counts the number of constructor and destructor
24
  calls for class `Init`, initialized to zero.
 
14
 
15
  The class `Init` describes an object whose construction ensures the
16
  construction of the eight objects declared in `<iostream>` (
17
  [[iostream.objects]]) that associate file stream buffers with the
18
  standard C streams provided for by the functions declared in
19
+ `<cstdio>` ([[cstdio.syn]]).
20
 
21
  For the sake of exposition, the maintained data is presented here as:
22
 
23
  - `static int init_cnt`, counts the number of constructor and destructor
24
  calls for class `Init`, initialized to zero.