How to use the header

后端 未结 1 1358
天涯浪人
天涯浪人 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 <format> header is essentially a standardized libfmt (with a few small features removed, if I remember correctly).

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