Corrected nested-name-specifier error

This commit is contained in:
Jean-Charles Lefebvre 2016-12-29 17:44:44 +01:00
parent 0cce094c89
commit cf78fb2745

View File

@ -1955,7 +1955,7 @@ class ArgFormatterBase : public ArgVisitor<Impl, void> {
} }
public: public:
typedef typename Spec SpecType; typedef Spec SpecType;
ArgFormatterBase(BasicWriter<Char> &w, Spec &s) ArgFormatterBase(BasicWriter<Char> &w, Spec &s)
: writer_(w), spec_(s) {} : writer_(w), spec_(s) {}