mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
declare Block::m_outerStride as Index (instead of int)
This commit is contained in:
@@ -362,7 +362,7 @@ class Block<XprType,BlockRows,BlockCols, InnerPanel,true>
|
|||||||
}
|
}
|
||||||
|
|
||||||
typename XprType::Nested m_xpr;
|
typename XprType::Nested m_xpr;
|
||||||
int m_outerStride;
|
Index m_outerStride;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user