mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-09 14:41:49 +08:00
Another compilation fix with ICC/MSVC combo
(grafted from eda2f8948a4948ad9225f9baa9f1a737d69976ba )
This commit is contained in:
parent
31d40ebc9d
commit
811ec5bfcb
@ -393,6 +393,8 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
friend class InnerIterator;
|
friend class InnerIterator;
|
||||||
friend class ReverseInnerIterator;
|
friend class ReverseInnerIterator;
|
||||||
|
|
||||||
|
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
|
||||||
|
|
||||||
typename XprType::Nested m_matrix;
|
typename XprType::Nested m_matrix;
|
||||||
const internal::variable_if_dynamic<Index, XprType::RowsAtCompileTime == 1 ? 0 : Dynamic> m_startRow;
|
const internal::variable_if_dynamic<Index, XprType::RowsAtCompileTime == 1 ? 0 : Dynamic> m_startRow;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user