From b15a5dc3f4a8de0678661737fd82f2f0549b4b38 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 25 Oct 2016 22:20:24 +0200 Subject: Fix ICC warnings --- Eigen/src/Core/ProductEvaluators.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/ProductEvaluators.h') diff --git a/Eigen/src/Core/ProductEvaluators.h b/Eigen/src/Core/ProductEvaluators.h index 63faca822..dfd76990d 100644 --- a/Eigen/src/Core/ProductEvaluators.h +++ b/Eigen/src/Core/ProductEvaluators.h @@ -567,8 +567,8 @@ struct product_evaluator, ProductTag, DenseShape, } protected: - const LhsNested m_lhs; - const RhsNested m_rhs; + typename internal::add_const_on_value_type::type m_lhs; + typename internal::add_const_on_value_type::type m_rhs; LhsEtorType m_lhsImpl; RhsEtorType m_rhsImpl; -- cgit v1.2.3