Fix warning with ICC

This commit is contained in:
Gael Guennebaud 2016-10-26 14:13:05 +02:00
parent 5f2dd503ff
commit ca6a2a5248

View File

@ -1302,7 +1302,7 @@ struct evaluator<PartialReduxExpr<ArgType, MemberOp, Direction> >
}
protected:
const ArgTypeNested m_arg;
typename internal::add_const_on_value_type<ArgTypeNested>::type m_arg;
const MemberOp m_functor;
};