Boost C++ Libraries: Ticket #2990: [fix in git] boost::python::detail::caller implementation should use mpl::deref while fiddling with the signature sequence https://svn.boost.org/trac10/ticket/2990 <p> In boost/python/detail/caller.hpp, to get at the various elements of the call signature sequence, the code directly uses Sig_iterator::type to access the element. This has a side effect of not allowing mpl::list to be used as the sequence, even though it is an MPL front extensible sequence (stated as required for the signature argument of, say, make_function). </p> <p> The solution is to use mpl::deref&lt;Sig_iterator&gt;::type instead of Sig_iterator::type. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2990 Trac 1.4.3 buy cialas Tue, 11 Aug 2009 18:27:33 GMT <link>https://svn.boost.org/trac10/ticket/2990#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2990#comment:1</guid> <description> <p> Mal: "Don't f'in tell me what to goddamn do!" </p> <p> Kaylee: (laughing) "Goddamn do?" </p> <blockquote> <p> --"Serenity", outtakes </p> </blockquote> <p> <a class="ext-link" href="http://compraviagraitalia.com/"><span class="icon">​</span>viagra comprare</a> <a class="ext-link" href="http://headachetreatment.net"><span class="icon">​</span>fioricet usa</a> <a class="ext-link" href="http://www.folkd.com/user/buycialisonline"><span class="icon">​</span>Cialis uk</a> <a class="ext-link" href="http://buyviagraonline.gather.com/"><span class="icon">​</span>brand viagra</a> <a class="ext-link" href="http://www.tomshw.it/forum/members/compra-propecia.html"><span class="icon">​</span>propecia generico</a> 7dv0K3n </p> </description> <category>Ticket</category> </item> <item> <dc:creator>troy d. straszheim</dc:creator> <pubDate>Tue, 20 Oct 2009 02:58:56 GMT</pubDate> <title>summary changed https://svn.boost.org/trac10/ticket/2990#comment:2 https://svn.boost.org/trac10/ticket/2990#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">boost::python::detail::caller implementation should use mpl::deref while fiddling with the signature sequence</span> → <span class="trac-field-new">[fix in git] boost::python::detail::caller implementation should use mpl::deref while fiddling with the signature sequence</span> </li> </ul> <p> just marking this 'fix in git' as I assume I'll merge my entire branch to trunk at some point, and therein detail/caller.hpp has been completely overhauled to use fusion sequences throughout. </p> Ticket