How to use the header

后端 未结 1 1360
天涯浪人
天涯浪人 2021-01-18 04:04

In a related question (\"std::string formatting like sprintf\") I learned about this awesome new C++20 header .

However, there seems to be no

1条回答
  •  情话喂你
    2021-01-18 04:48

    Use libfmt. The header is essentially a standardized libfmt (with a few small features removed, if I remember correctly).

    0 讨论(0)
提交回复
热议问题