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