Y
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
plq
1083 days ago
Thanks! Still learning my way around the fmt library.
link