diff --git a/include/fmt/core.h b/include/fmt/core.h index 19beae14..338e534b 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1856,7 +1856,7 @@ class format_arg_store // Arguments are taken by lvalue references to avoid some lifetime issues. template constexpr auto make_format_args(T&... args) - -> format_arg_store...> { + -> format_arg_store...> { return {args...}; }