diff --git a/Eigen/src/Sparse/SparseUtil.h b/Eigen/src/Sparse/SparseUtil.h index a3b1d7ae9..b5fc7c7b7 100644 --- a/Eigen/src/Sparse/SparseUtil.h +++ b/Eigen/src/Sparse/SparseUtil.h @@ -147,4 +147,6 @@ template class ei_eval typedef SparseMatrix<_Scalar, _Flags> type; }; +template struct ei_must_nest_by_value > { enum { ret = true }; }; + #endif // EIGEN_SPARSEUTIL_H