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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user