tmp/tmp5me8wvi1/{from.md → to.md}
RENAMED
|
@@ -8,11 +8,11 @@ bool sync_with_stdio(bool sync = true);
|
|
| 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
|
| 14 |
allows the standard streams to operate independently of the standard C
|
| 15 |
streams.
|
| 16 |
|
| 17 |
When a standard iostream object `str` is *synchronized* with a standard
|
| 18 |
stdio stream `f`, the effect of inserting a character `c` by
|
|
|
|
| 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
|
| 14 |
allows the standard streams to operate independently of the standard C
|
| 15 |
streams.
|
| 16 |
|
| 17 |
When a standard iostream object `str` is *synchronized* with a standard
|
| 18 |
stdio stream `f`, the effect of inserting a character `c` by
|