10 ms·
fmt:print from fmtlib has been around for at least a decade, though having it be in the spec by default now is nice. Even in c++20, you could use format() to d
by extraduder_ire 2mo ago
fmt:print from fmtlib has been around for at least a decade, though having it be in the spec by default now is nice.
Even in c++20, you could use format() to do most of what you'd want from it.