Nest expression within MatrixWrapper by value.

This commit is contained in:
Hauke Heibel 2010-03-10 17:13:07 +01:00
parent b20b393a4e
commit 2a82b162d7

View File

@ -188,7 +188,7 @@ class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> >
}
protected:
const NestedExpressionType& m_expression;
const NestedExpressionType m_expression;
};
#endif // EIGEN_ARRAYWRAPPER_H