From ec02af1047091b45243e929ab8d723b202298040 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 4 Jul 2016 17:37:33 +0200 Subject: [PATCH] Fix template resolution. --- Eigen/src/Core/ProductEvaluators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,