1
0
forked from fsfw/fsfw

msvc tests

This commit is contained in:
2020-12-20 15:32:03 +01:00
parent 3540adf022
commit d8e5000d47
6 changed files with 40 additions and 9 deletions

View File

@ -30,7 +30,7 @@ protected:
//! This is called when buffer becomes full. If
//! buffer is not used, then this is called every
//! time when characters are put to stream.
int overflow(int c = Traits::eof()) override;
int overflow(int c = std::ostream::traits_type::eof()) override;
//! This function is called when stream is flushed,
//! for example when std::endl is put to stream.