diff --git a/include/fmt/format.h b/include/fmt/format.h index ff4eaa46..59fcf39f 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1794,7 +1794,7 @@ class arg_formatter_base { } template ::value)> - iterator operator()(T value) { + FMT_INLINE iterator operator()(T value) { if (specs_) write_int(value, *specs_); else