...

/

Overview of the Formatting Library

Overview of the Formatting Library

Get a brief introduction to the formatting library of C++20.

We'll cover the following...

🔑 Lack of compiler support

At the end of 2020, no C++ compiler (GCC, Clang, MSVC) supports the formatting library. Thanks to the prototype library fmt by Victor Zverovich, I can experiment with it. The library is hosted on the Compiler Explorer.

The formatting library ...