mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
commit
cc3ffb50af
|
@ -11998,7 +11998,7 @@ This slowdown can be significant compared to `printf`-style output.
|
|||
|
||||
##### Note
|
||||
|
||||
For `cin`/`cout` (and equivalent) interaction, there is no reason to flush; that's donr automatically.
|
||||
For `cin`/`cout` (and equivalent) interaction, there is no reason to flush; that's done automatically.
|
||||
For writing to a file, there is rarely a need to `flush`.
|
||||
|
||||
##### Note
|
||||
|
|
Loading…
Reference in New Issue
Block a user