Fix compilation with ICC/MSVC combo

This commit is contained in:
Gael Guennebaud 2013-08-21 15:28:53 +02:00
parent 4ecfdc4716
commit 1b8394f71f

View File

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