diff --git a/include/fmt/printf.h b/include/fmt/printf.h index dda93305ded07..b90c4dd7da66e 100644 --- a/include/fmt/printf.h +++ b/include/fmt/printf.h @@ -235,7 +235,7 @@ class printf_arg_formatter : public arg_formatter { public: printf_arg_formatter(OutputIt iter, format_specs& s, context_type& ctx) - : base{iter, s, locale_ref()}, context_(ctx) {} + : base{iter, s}, context_(ctx) {} OutputIt operator()(monostate value) { return base::operator()(value); }