From 533570755ceb6ae18607b3e5adeb8bbc17652f1e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 11 Dec 2014 09:32:35 +0000 Subject: [PATCH] [polygamma] Fix preprocessor code SNAFU. --- test/test_polygamma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_polygamma.cpp b/test/test_polygamma.cpp index 81cbd8324..a3c565ff6 100644 --- a/test/test_polygamma.cpp +++ b/test/test_polygamma.cpp @@ -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::digits > std::numeric_limits::digits) && (std::numeric_limits::digits - std::numeric_limits::digits < 20)) {