diff --git a/Eigen/src/Core/ProductEvaluators.h b/Eigen/src/Core/ProductEvaluators.h index 77549e709..bcc9e1eaa 100644 --- a/Eigen/src/Core/ProductEvaluators.h +++ b/Eigen/src/Core/ProductEvaluators.h @@ -179,7 +179,7 @@ struct Assignment, internal::sub_assign_op< // for instance, this is not good for inner products template< typename DstXprType, typename Lhs, typename Rhs, typename AssignFunc, typename Scalar, typename ScalarBis, typename Plain> struct Assignment, const CwiseNullaryOp,Plain>, - const Product >, AssignFunc, Dense2Dense, Scalar> + const Product >, AssignFunc, Dense2Dense> { typedef CwiseBinaryOp, const CwiseNullaryOp,Plain>,