From Jason Turner

[ios.members.static]

Diff to HTML by rtfpessoa

tmp/tmpjty9j_y0/{from.md → to.md} RENAMED
@@ -1,13 +1,13 @@
1
- #### `ios_base` static members <a id="ios.members.static">[[ios.members.static]]</a>
2
 
3
  ``` cpp
4
- bool sync_with_stdio(bool sync = true);
5
  ```
6
 
7
  *Returns:* `true` if the previous state of the standard iostream
8
- objects ([[iostream.objects]]) was synchronized and otherwise returns
9
  `false`. The first time it is called, the function returns `true`.
10
 
11
  *Effects:* If any input or output operation has occurred using the
12
  standard streams prior to the call, the effect is
13
  *implementation-defined*. Otherwise, called with a `false` argument, it
 
1
+ #### Static members <a id="ios.members.static">[[ios.members.static]]</a>
2
 
3
  ``` cpp
4
+ static bool sync_with_stdio(bool sync = true);
5
  ```
6
 
7
  *Returns:* `true` if the previous state of the standard iostream
8
+ objects [[iostream.objects]] was synchronized and otherwise returns
9
  `false`. The first time it is called, the function returns `true`.
10
 
11
  *Effects:* If any input or output operation has occurred using the
12
  standard streams prior to the call, the effect is
13
  *implementation-defined*. Otherwise, called with a `false` argument, it