From e3ed3afbcc2fc3cbf1f605472da01d77913e2ceb Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 24 Dec 2014 17:13:58 +0000 Subject: [PATCH] stl/cmath.hpp Correct typo in previous edit --- include/boost/phoenix/stl/cmath.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/stl/cmath.hpp b/include/boost/phoenix/stl/cmath.hpp index 3eedeaf..7db25c4 100644 --- a/include/boost/phoenix/stl/cmath.hpp +++ b/include/boost/phoenix/stl/cmath.hpp @@ -18,7 +18,7 @@ namespace boost { #if (defined (BOOST_NO_CXX11_DECLTYPE) || \ defined (BOOST_INTEL_CXX_VERSION) || \ - (BOOST_GCC_VERSION < 40500) )) + (BOOST_GCC_VERSION < 40500) ) #define BOOST_PHOENIX_MATH_FUNCTION(name, n) \ namespace phoenix_impl { \ struct name ## _impl { \