mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Missing explicit
This commit is contained in:
parent
12d59465cb
commit
81517eebc1
@ -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)
|
||||
{ }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user