Subject: [Boost-bugs] [Boost C++ Libraries] #6665: small typo in phoenix.stl
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-08 21:32:59
#6665: small typo in phoenix.stl
--------------------------------------+-------------------------------------
Reporter: alfredo.correa@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.48.0
Severity: Problem | Keywords: boost phoenix stl cmath pow
--------------------------------------+-------------------------------------
boost::phoenix::pow (and other binary functions) doesn't work as expected.
This is because there is a typo in phoenix/stl/cmath.hpp
The appropriate line should read:
namespace phoenix { \
BOOST_PHOENIX_ADAPT_CALLABLE(name, phoenix_impl::name ## _impl, n) \
}
with "n" not "1" (as currently) (revision 77276.)
I will attach the modified file.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6665> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC