bug #1106: workaround a compilation issue in Sparse module for msvc-icc combo

This commit is contained in:
Gael Guennebaud 2015-11-11 17:03:12 +01:00
parent 2f41f887d0
commit 406a7889b3

View File

@ -364,6 +364,8 @@ public:
protected: protected:
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
typename SparseMatrixType::Nested m_matrix; typename SparseMatrixType::Nested m_matrix;
Index m_outerStart; Index m_outerStart;
const internal::variable_if_dynamic<Index, OuterSize> m_outerSize; const internal::variable_if_dynamic<Index, OuterSize> m_outerSize;