diff --git a/grid_map_core/include/grid_map_core/eigen_plugins/FunctorsPlugin.hpp b/grid_map_core/include/grid_map_core/eigen_plugins/FunctorsPlugin.hpp index b5c3abba0..5988361e4 100644 --- a/grid_map_core/include/grid_map_core/eigen_plugins/FunctorsPlugin.hpp +++ b/grid_map_core/include/grid_map_core/eigen_plugins/FunctorsPlugin.hpp @@ -6,7 +6,6 @@ template struct scalar_sum_of_finites_op { - EIGEN_EMPTY_STRUCT_CTOR(scalar_sum_of_finites_op) EIGEN_STRONG_INLINE const Scalar operator()(const Scalar & a, const Scalar & b) const { using std::isfinite; @@ -29,7 +28,6 @@ struct functor_traits> template struct scalar_min_of_finites_op { - EIGEN_EMPTY_STRUCT_CTOR(scalar_min_of_finites_op) EIGEN_STRONG_INLINE const Scalar operator()(const Scalar & a, const Scalar & b) const { using std::min; @@ -53,7 +51,6 @@ struct functor_traits> template struct scalar_max_of_finites_op { - EIGEN_EMPTY_STRUCT_CTOR(scalar_max_of_finites_op) EIGEN_STRONG_INLINE const Scalar operator()(const Scalar & a, const Scalar & b) const { using std::max;