From 493a7c773c6aa3d170349177f8a245e67e493159 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Mon, 21 Sep 2020 12:43:41 +0200 Subject: Remove EIGEN_CONSTEXPR from NumTraits> --- test/boostmultiprec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/boostmultiprec.cpp') 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 -- cgit v1.2.3