Boost C++ Libraries: Ticket #6665: not-unary phoenix stl cmath adapted functions not working https://svn.boost.org/trac10/ticket/6665 <p> boost::phoenix::pow (and other binary functions) doesn't work as expected. This is because there is a typo in phoenix/stl/cmath.hpp </p> <p> The appropriate line should read: </p> <blockquote> <p> namespace phoenix { \ BOOST_PHOENIX_ADAPT_CALLABLE(name, phoenix_impl::name ## _impl, n) \ } </p> </blockquote> <p> with "n" not "1" (as currently) (revision 77276.) </p> <p> I will attach the modified file. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6665 Trac 1.4.3 alfredo.correa@… Thu, 08 Mar 2012 21:33:52 GMT attachment set https://svn.boost.org/trac10/ticket/6665 https://svn.boost.org/trac10/ticket/6665 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">cmath.hpp</span> </li> </ul> <p> corrected file </p> Ticket alfredo.correa@… Sat, 10 Mar 2012 21:55:37 GMT component, summary changed; owner set https://svn.boost.org/trac10/ticket/6665#comment:1 https://svn.boost.org/trac10/ticket/6665#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Thomas Heller</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">phoenix</span> </li> <li><strong>summary</strong> <span class="trac-field-old">small typo in phoenix.stl</span> → <span class="trac-field-new">not-unary phoenix stl cmath adapted functions not working</span> </li> </ul> Ticket John Fletcher <J.P.Fletcher@…> Sat, 01 Feb 2014 16:36:27 GMT <link>https://svn.boost.org/trac10/ticket/6665#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6665#comment:2</guid> <description> <p> Fix applied as suggested and new test cmath run to check operation. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Kohei Takahashi</dc:creator> <pubDate>Mon, 09 May 2016 15:57:12 GMT</pubDate> <title>status changed; resolution set; milestone deleted https://svn.boost.org/trac10/ticket/6665#comment:3 https://svn.boost.org/trac10/ticket/6665#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-deleted">To Be Determined</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/boostorg/phoenix/commit/303bf8dc8d6291818956b5d258799db65b678ad7"><span class="icon">​</span>https://github.com/boostorg/phoenix/commit/303bf8dc8d6291818956b5d258799db65b678ad7</a> </p> Ticket