2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-26 16:52:27 +00:00

[polygamma] Fix preprocessor code SNAFU.

This commit is contained in:
jzmaddock
2014-12-11 09:32:35 +00:00
parent 1c57a6ab41
commit 533570755c

View File

@@ -41,7 +41,7 @@ void expected_results()
largest_type, // test type(s)
".*negative.*", // test data group
".*", 800, 400); // test function
#ifndef #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
if((std::numeric_limits<long double>::digits > std::numeric_limits<double>::digits)
&& (std::numeric_limits<long double>::digits - std::numeric_limits<double>::digits < 20))
{