(This rule supplements FIO39-C. Do not alternately input and output from a stream without an intervening flush or positioning call.)
The C++ Standard, [filebuf], paragraph 2 [ISO/IEC 14882-2014], states:
...
(This rule supplements FIO39-C. Do not alternately input and output from a stream without an intervening flush or positioning call.)
The C++ Standard, [filebuf], paragraph 2 [ISO/IEC 14882-2014], states:
...