Missing explicit

This commit is contained in:
Christoph Hertzberg 2014-09-30 16:42:04 +02:00
parent 12d59465cb
commit 81517eebc1

View File

@ -231,7 +231,7 @@ struct evaluator<Matrix<Scalar, Rows, Cols, Options, MaxRows, MaxCols> >
evaluator() {}
evaluator(const XprType& m)
explicit evaluator(const XprType& m)
: evaluator<PlainObjectBase<XprType> >(m)
{ }
};