summaryrefslogtreecommitdiff
path: root/boost/phoenix/stl/cmath.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/stl/cmath.hpp')
-rw-r--r--boost/phoenix/stl/cmath.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/phoenix/stl/cmath.hpp b/boost/phoenix/stl/cmath.hpp
index b7e72e583c..7db25c493c 100644
--- a/boost/phoenix/stl/cmath.hpp
+++ b/boost/phoenix/stl/cmath.hpp
@@ -16,7 +16,9 @@
namespace boost {
-#ifdef BOOST_NO_CXX11_DECLTYPE
+#if (defined (BOOST_NO_CXX11_DECLTYPE) || \
+ defined (BOOST_INTEL_CXX_VERSION) || \
+ (BOOST_GCC_VERSION < 40500) )
#define BOOST_PHOENIX_MATH_FUNCTION(name, n) \
namespace phoenix_impl { \
struct name ## _impl { \