12 Oct
2021
12 Oct
'21
5:32 p.m.
Vinnie Falco wrote:
On Tue, Oct 12, 2021 at 10:17 AM Ivan Matek
wrote: I see examples work with std::cout, would it work (in C++20 compilers) with fmt::format?
Good question! I'm not sure... the library provides operator<< for all important types. If fmt::format uses operator<< internally, then I suppose it should work.
No, it doesn't. std::format has its own customization mechanism.