Added flusing to the stdio log sink.
This commit is contained in:
parent
1d32530be7
commit
a1d7a63aba
@ -56,6 +56,7 @@ public:
|
||||
{
|
||||
static_assert(always_false_v<char_t>, "Character type not supported.");
|
||||
}
|
||||
std::fflush(stream);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user