mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fix ICC warnings
This commit is contained in:
parent
aad72f3c6d
commit
b15a5dc3f4
@ -567,8 +567,8 @@ struct product_evaluator<Product<Lhs, Rhs, LazyProduct>, ProductTag, DenseShape,
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const LhsNested m_lhs;
|
typename internal::add_const_on_value_type<LhsNested>::type m_lhs;
|
||||||
const RhsNested m_rhs;
|
typename internal::add_const_on_value_type<RhsNested>::type m_rhs;
|
||||||
|
|
||||||
LhsEtorType m_lhsImpl;
|
LhsEtorType m_lhsImpl;
|
||||||
RhsEtorType m_rhsImpl;
|
RhsEtorType m_rhsImpl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user