Removed missed usage of deprecated macros in Boost.Math

[SVN r81586]
This commit is contained in:
Marshall Clow
2012-11-27 14:19:45 +00:00
committed by Peter Dimov
parent fecb6b5509
commit 9f43b6a7d6

View File

@ -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);