Open leha-bot opened 1 year ago
It allows to use some ostream-like objects.
Closes #312.
What is your use case? Just curious, as templates make debugging harder for when you typo something.
The main use case is print into any ostream-like object, like QDebug in Qt (for example), or some another loggers which don't derive from std::ostream, e.g., to avoid the locales stuff, etc.
It allows to use some ostream-like objects.
Closes #312.