diff --git a/test/common_factor_test.cpp b/test/common_factor_test.cpp index db9032e..11c32a6 100644 --- a/test/common_factor_test.cpp +++ b/test/common_factor_test.cpp @@ -148,7 +148,7 @@ public: BOOST_STATIC_CONSTANT(int, digits = limits_type::digits); BOOST_STATIC_CONSTANT(int, digits10 = limits_type::digits10); -#ifndef BOOST_NO_NUMERIC_LIMITS_LOWEST +#ifndef BOOST_NO_CXX11_NUMERIC_LIMITS BOOST_STATIC_CONSTANT(int, max_digits10 = limits_type::max_digits10); #endif BOOST_STATIC_CONSTANT(bool, is_signed = limits_type::is_signed); @@ -198,7 +198,7 @@ public: BOOST_STATIC_CONSTANT(int, digits = limits_type::digits); BOOST_STATIC_CONSTANT(int, digits10 = limits_type::digits10); -#ifndef BOOST_NO_NUMERIC_LIMITS_LOWEST +#ifndef BOOST_NO_CXX11_NUMERIC_LIMITS BOOST_STATIC_CONSTANT(int, max_digits10 = limits_type::max_digits10); #endif BOOST_STATIC_CONSTANT(bool, is_signed = limits_type::is_signed);