diff --git a/test/boostmultiprec.cpp b/test/boostmultiprec.cpp index 9acbb5a11..5e870ca84 100644 --- a/test/boostmultiprec.cpp +++ b/test/boostmultiprec.cpp @@ -78,7 +78,7 @@ typedef mp::number, mp::et_on> Real; namespace Eigen { template<> struct NumTraits : GenericNumTraits { - static EIGEN_CONSTEXPR inline Real dummy_precision() { return 1e-50; } + static inline Real dummy_precision() { return 1e-50; } }; template