Fix compilation with ICC/MSVC combo

(grafted from 1b8394f71f613b60525976a8240e30bc3ebdd4dc
)
This commit is contained in:
Gael Guennebaud 2013-08-21 15:28:53 +02:00
parent 0c5f4fd8da
commit 31d40ebc9d

View File

@ -66,6 +66,8 @@ public:
typename XprType::Nested m_matrix; typename XprType::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;
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
}; };