diff --git a/Eigen/src/Core/Functors.h b/Eigen/src/Core/Functors.h index 04fb21732..080338617 100644 --- a/Eigen/src/Core/Functors.h +++ b/Eigen/src/Core/Functors.h @@ -39,6 +39,13 @@ struct functor_traits > { }; }; + +template<> struct scalar_sum_op : scalar_sum_op { + EIGEN_DEPRECATED + scalar_sum_op() {} +}; + + /** \internal * \brief Template functor to compute the product of two scalars *