mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-03 10:40:39 +08:00
bug #1106: workaround a compilation issue in Sparse module for msvc-icc combo
This commit is contained in:
parent
2f41f887d0
commit
406a7889b3
@ -364,6 +364,8 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
|
||||
|
||||
typename SparseMatrixType::Nested m_matrix;
|
||||
Index m_outerStart;
|
||||
const internal::variable_if_dynamic<Index, OuterSize> m_outerSize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user