summaryrefslogtreecommitdiff
path: root/boost/math/tr1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/tr1.hpp')
-rw-r--r--boost/math/tr1.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/math/tr1.hpp b/boost/math/tr1.hpp
index 6a3d078d8a..df8ab0ef47 100644
--- a/boost/math/tr1.hpp
+++ b/boost/math/tr1.hpp
@@ -104,6 +104,7 @@ namespace boost{ namespace math{ namespace tr1{ extern "C"{
# include <boost/config/auto_link.hpp>
#endif
+#if !(defined(BOOST_INTEL) && defined(__APPLE__)) && !(defined(__FLT_EVAL_METHOD__) && !defined(__cplusplus))
#ifndef FLT_EVAL_METHOD
typedef float float_t;
typedef double double_t;
@@ -117,6 +118,7 @@ typedef double double_t;
typedef long double float_t;
typedef long double double_t;
#endif
+#endif
// C99 Functions:
double BOOST_MATH_TR1_DECL boost_acosh BOOST_PREVENT_MACRO_SUBSTITUTION(double x) BOOST_MATH_C99_THROW_SPEC;