Boost C++ Libraries: Ticket #5364: BOOST_PARAMETER_CONSTRUCTOR vs. static member function as parameter https://svn.boost.org/trac10/ticket/5364 <p> If the patch associated with <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/2793"><span class="icon">​</span>Ticket 2793</a> is applied, then Boost.Parameter-enabled constructors will work fine when taking in free functions, but not when taking in static member functions that ordinarily have the same signatures as the free functions. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5364 Trac 1.4.3 expaler Wed, 23 Mar 2011 21:04:59 GMT attachment set https://svn.boost.org/trac10/ticket/5364 https://svn.boost.org/trac10/ticket/5364 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ctor_macro_fun_param.cpp</span> </li> </ul> <p> Tested against version 1.46.1, this program will not compile if <span class="underline">STATIC_FUNCTION</span> is defined. </p> Ticket