Hacker News new | ask | show | jobs
by fyrn_ 1084 days ago
Consider ``` #include <fmt/os.h>

... fmt::print(...); ``` Instead, to save that potential double buffer copy.

1 comments

Thanks! Still learning my way around the fmt library.