Boost C++ Libraries: Ticket #5782: Patch for <boost/phoenix/bind/bind_function.hpp> https://svn.boost.org/trac10/ticket/5782 <p> The following fails to compile.<br /> </p> <p> <em> code from Gabriel Redner </em></p> <pre class="wiki">#include &lt;boost/phoenix/bind/bind_function.hpp&gt; #include &lt;boost/phoenix/core/argument.hpp&gt; #include &lt;iostream&gt; using namespace boost::phoenix; using namespace boost::phoenix::placeholders; void foo(int n) { std::cout &lt;&lt; n &lt;&lt; std::endl; } int main() { bind(&amp;foo, arg1)(4); } </pre><p> Patch attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5782 Trac 1.4.3 Jamboree <tongari95@…> Sun, 14 Aug 2011 18:09:20 GMT attachment set https://svn.boost.org/trac10/ticket/5782 https://svn.boost.org/trac10/ticket/5782 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bind_function.patch</span> </li> </ul> <p> patch </p> Ticket Thomas Heller Wed, 24 Aug 2011 09:52:50 GMT <link>https://svn.boost.org/trac10/ticket/5782#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5782#comment:1</guid> <description> <p> Fixed. Thanks for reporting </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Thomas Heller</dc:creator> <pubDate>Wed, 24 Aug 2011 09:53:18 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5782#comment:2 https://svn.boost.org/trac10/ticket/5782#comment:2 <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-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.48.0</span> </li> </ul> Ticket