Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-10-12 17:32:52


Vinnie Falco wrote:
> On Tue, Oct 12, 2021 at 10:17 AM Ivan Matek <libbooze_at_[hidden]> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk