mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00

Since fmt 11.0.0, formatter::format() is required to be const. Mark format() method in example as const to stay compatible with fmt 11.
Since fmt 11.0.0, formatter::format() is required to be const. Mark format() method in example as const to stay compatible with fmt 11.