We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884316c commit 930ab48Copy full SHA for 930ab48
documentation/output-and-errors.html
@@ -24,7 +24,7 @@ <h1>Output and errors</h1>
24
Php::out is a regular std::ostream object. This has as consequence that
25
it uses an internal buffer that needs to be flushed. This flushing
26
occurs automatically when you add 'std::endl' to the output, or when you
27
- add 'std::sync' explicitly.
+ add 'std::flush' explicitly.
28
</p>
29
<p>
30
<pre class="language-c++"><code>
0 commit comments