This commit is contained in:
Denis Ivaykin
2015-05-08 22:57:52 +02:00
parent 06e0b0387a
commit 849b5cb84e
5 changed files with 21 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ protected:
if (_force_flush)
_ostream.flush();
}
virtual void flush() override {
_ostream.flush();
}
std::ostream& _ostream;
bool _force_flush;
};