diff --git a/Eigen/src/Core/MathFunctions.h b/Eigen/src/Core/MathFunctions.h index 44b16be54..ee62f01b8 100644 --- a/Eigen/src/Core/MathFunctions.h +++ b/Eigen/src/Core/MathFunctions.h @@ -976,8 +976,7 @@ struct fma_impl::value>> { #if defined(EIGEN_GPUCC) template <> -struct has_fma : public true_type { -} +struct has_fma : public true_type {}; template <> struct fma_impl { @@ -987,8 +986,7 @@ struct fma_impl { }; template <> -struct has_fma : public true_type { -} +struct has_fma : public true_type {}; template <> struct fma_impl {