From 6c95fb35623e47562fdc7f6d8023688290b6f786 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 18 Nov 2018 07:19:25 -0800 Subject: [PATCH] Default Context to format_context --- include/fmt/core.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 {