From ddbaaebf9ee7bd1b6c3bb267ba5a1f3d6b63914a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 13 Jul 2009 15:27:01 +0200 Subject: [PATCH] one more fix of the previous commit (forgot to update ei_must_nest_by_value) --- Eigen/src/Sparse/SparseUtil.h | 2 ++ 1 file changed, 2 insertions(+) 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