Another compilation fix with ICC/MSVC combo

This commit is contained in:
Gael Guennebaud 2013-09-03 21:42:59 +02:00
parent 16cbd3d72d
commit eda2f8948a

View File

@ -393,6 +393,8 @@ public:
protected:
friend class InnerIterator;
friend class ReverseInnerIterator;
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
typename XprType::Nested m_matrix;
const internal::variable_if_dynamic<Index, XprType::RowsAtCompileTime == 1 ? 0 : Dynamic> m_startRow;