2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 02:12:09 +00:00

stl/cmath.hpp Correct typo in previous edit

This commit is contained in:
John Fletcher
2014-12-24 17:13:58 +00:00
parent 6e21bf742d
commit e3ed3afbcc

View File

@@ -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 { \