You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README explains how to use this library with C++ streams. But - what about other ways of printing output? e.g. std::format, or in the other extreme, raw file descriptors?
Note: I'm asking for documentation, not features, in this issue.
The README explains how to use this library with C++ streams. But - what about other ways of printing output? e.g.
std::format, or in the other extreme, raw file descriptors?Note: I'm asking for documentation, not features, in this issue.