diff --git a/include/fmt/core.h b/include/fmt/core.h index 916562f2..36816d46 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1184,14 +1184,10 @@ const long long format_arg_store::TYPES = get_types(); can be omitted in which case it defaults to `~fmt::context`. \endrst */ -template +template inline format_arg_store make_format_args(const Args &... args) { return {args...}; } -template -inline format_arg_store - make_format_args(const Args &... args) { return {args...}; } - /** Formatting arguments. */ template class basic_format_args {