diff --git a/include/fmt/compile.h b/include/fmt/compile.h index 9c0ff9bd..e90ff405 100644 --- a/include/fmt/compile.h +++ b/include/fmt/compile.h @@ -564,8 +564,8 @@ FMT_INLINE std::basic_string format(const CompiledFormat& cf, template ::value)> -constexpr OutputIt format_to(OutputIt out, const CompiledFormat& cf, - const Args&... args) { +constexpr FMT_INLINE OutputIt format_to(OutputIt out, const CompiledFormat& cf, + const Args&... args) { return cf.format(out, args...); }