diff --git a/Eigen/src/Core/Functors.h b/Eigen/src/Core/Functors.h index 6a8cf980d..7940baa0b 100644 --- a/Eigen/src/Core/Functors.h +++ b/Eigen/src/Core/Functors.h @@ -361,6 +361,10 @@ struct ei_scalar_quotient1_op : ei_scalar_quotient1_impl::HasFloatingPoint >(other) {} }; +template +struct ei_functor_traits > +: ei_functor_traits::HasFloatingPoint> > +{}; // nullary functors