add a shnitton of loggers
This commit is contained in:
@ -68,7 +68,7 @@ void OutStream::flush() {
|
||||
//
|
||||
// Zeichen und Zeichenketten in Stream ausgeben
|
||||
//
|
||||
// NOTE: The implementations now resides in the OutStream.h as I switched them to templated functions
|
||||
// NOTE: The implementations now reside in the OutStream.h as I switched them to templated functions
|
||||
|
||||
//
|
||||
// Manipulatorfunktionen
|
||||
|
||||
@ -221,6 +221,7 @@ public:
|
||||
// Zeilenumbruch in Ausgabe einfuegen.
|
||||
template<typename T>
|
||||
T& endl(T& os) {
|
||||
// os << '\r';
|
||||
os << '\n';
|
||||
os.flush();
|
||||
return os;
|
||||
|
||||
Reference in New Issue
Block a user