Skip to content

Feature/fmt

Timo Koch requested to merge feature/fmt into master

Adds the core part of the fmt library version 7.1.0. This enables Python style string formatting. fmt::format implements std::format which will be available in the C++20 standard library.

https://fmt.dev/latest/index.html https://en.cppreference.com/w/cpp/utility/format

Edited by Timo Koch

Merge request reports