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.