mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
Fixed more W4 warnings.
This commit is contained in:
parent
f4661e696e
commit
c37cfc32b3
@ -94,6 +94,9 @@ template<typename MatrixType,int RowFactor,int ColFactor> class Replicate
|
|||||||
const typename MatrixType::Nested m_matrix;
|
const typename MatrixType::Nested m_matrix;
|
||||||
const ei_int_if_dynamic<RowFactor> m_rowFactor;
|
const ei_int_if_dynamic<RowFactor> m_rowFactor;
|
||||||
const ei_int_if_dynamic<ColFactor> m_colFactor;
|
const ei_int_if_dynamic<ColFactor> m_colFactor;
|
||||||
|
|
||||||
|
private:
|
||||||
|
Replicate& operator=(const Replicate&);
|
||||||
};
|
};
|
||||||
|
|
||||||
/** \nonstableyet
|
/** \nonstableyet
|
||||||
|
@ -450,6 +450,9 @@ template<typename ExpressionType, int Direction> class VectorwiseOp
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
ExpressionTypeNested m_matrix;
|
ExpressionTypeNested m_matrix;
|
||||||
|
|
||||||
|
private:
|
||||||
|
VectorwiseOp& operator=(const VectorwiseOp&);
|
||||||
};
|
};
|
||||||
|
|
||||||
/** \array_module
|
/** \array_module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user