diff --git a/include/fmt/format.h b/include/fmt/format.h index 1093bb5b..54cdbe2d 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3148,7 +3148,7 @@ class specs_setter : public error_handler { template class specs_checker : public Handler { public: - explicit specs_checker(const Handler& handler, type arg_type) + specs_checker(const Handler& handler, type arg_type) : Handler(handler), arg_type_(arg_type) {} void on_align(alignment align) { @@ -3537,7 +3537,7 @@ template struct format_enum : std::integral_constant::value> {}; template -static void handle_dynamic_spec( +void handle_dynamic_spec( Spec &value, arg_ref ref, basic_context &ctx) { switch (ref.kind) { case arg_ref::NONE: