mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-01 18:26:24 +08:00
one more fix of the previous commit (forgot to update ei_must_nest_by_value)
This commit is contained in:
parent
bd506d837c
commit
ddbaaebf9e
@ -147,4 +147,6 @@ template<typename T> class ei_eval<T,IsSparse>
|
||||
typedef SparseMatrix<_Scalar, _Flags> type;
|
||||
};
|
||||
|
||||
template<typename T> struct ei_must_nest_by_value<SparseNestByValue<T> > { enum { ret = true }; };
|
||||
|
||||
#endif // EIGEN_SPARSEUTIL_H
|
||||
|
Loading…
Reference in New Issue
Block a user