From dd0b72e1ee393f1eeac7393dc37f909b76239317 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 22 Oct 2017 14:44:52 -0700 Subject: [PATCH] Remove refactoring artefacts --- include/fmt/format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: