id summary reporter owner description type status milestone component version severity resolution keywords cc 6665 not-unary phoenix stl cmath adapted functions not working alfredo.correa@… Thomas Heller "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. " Bugs closed phoenix Boost 1.48.0 Problem fixed boost phoenix stl cmath pow alfredo.correa@…