Added flusing to the stdio log sink.

This commit is contained in:
Patrick 2025-07-02 16:39:02 +02:00
parent 1d32530be7
commit a1d7a63aba

View File

@ -56,6 +56,7 @@ public:
{
static_assert(always_false_v<char_t>, "Character type not supported.");
}
std::fflush(stream);
}
};