Cleaning pass on evaluators: remove the useless and error prone evaluator<>::type indirection.

This commit is contained in:
Gael Guennebaud
2015-09-02 21:38:40 +02:00
parent cda55ab245
commit 92b9f0e102
29 changed files with 92 additions and 106 deletions

View File

@@ -269,7 +269,7 @@ public:
};
protected:
typename evaluator<ArgType>::type m_argImpl;
evaluator<ArgType> m_argImpl;
};
} // end namespace internal