2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Change HP aCC fix version.

[SVN r61612]
This commit is contained in:
John Maddock
2010-04-27 12:18:15 +00:00
parent 9257a12d1b
commit 975734b135
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
#include <boost/math/special_functions/fpclassify.hpp>
#include "c_policy.hpp"
#if !(defined(__HP_aCC) && (__HP_aCC >= 61400))
#if !(defined(__HP_aCC) && (__HP_aCC >= 61000))
extern "C" float BOOST_MATH_TR1_DECL fmaxf BOOST_PREVENT_MACRO_SUBSTITUTION(float x, float y) BOOST_MATH_C99_THROW_SPEC
{