diff --git a/fmt/format.h b/fmt/format.h index eac2e4ed..786e1c26 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -1955,7 +1955,7 @@ class ArgFormatterBase : public ArgVisitor { } public: - typedef typename Spec SpecType; + typedef Spec SpecType; ArgFormatterBase(BasicWriter &w, Spec &s) : writer_(w), spec_(s) {}