using traits again
This commit is contained in:
parent
4100bb19ce
commit
59eab8866d
@ -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 = std::ostream::traits_type::eof()) override;
|
||||
int overflow(int c = Traits::eof()) override;
|
||||
|
||||
//! This function is called when stream is flushed,
|
||||
//! for example when std::endl is put to stream.
|
||||
|
Loading…
Reference in New Issue
Block a user