Corrected nested-name-specifier error
This commit is contained in:
parent
0cce094c89
commit
cf78fb2745
@ -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) {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user