mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-04 03:00:39 +08:00
declare Block::m_outerStride as Index (instead of int)
(transplanted from d7da6f63a8f7758e6567bb0e55c97c0b2bea49f9 )
This commit is contained in:
parent
ae32b89b12
commit
b55585a93d
@ -342,7 +342,7 @@ class Block<XprType,BlockRows,BlockCols, InnerPanel,true>
|
|||||||
}
|
}
|
||||||
|
|
||||||
const typename XprType::Nested m_xpr;
|
const typename XprType::Nested m_xpr;
|
||||||
int m_outerStride;
|
Index m_outerStride;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user