mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Missing explicit
This commit is contained in:
@@ -231,7 +231,7 @@ struct evaluator<Matrix<Scalar, Rows, Cols, Options, MaxRows, MaxCols> >
|
|||||||
|
|
||||||
evaluator() {}
|
evaluator() {}
|
||||||
|
|
||||||
evaluator(const XprType& m)
|
explicit evaluator(const XprType& m)
|
||||||
: evaluator<PlainObjectBase<XprType> >(m)
|
: evaluator<PlainObjectBase<XprType> >(m)
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user