Boost C++ Libraries: Ticket #2375: Fix gcc 4.4 preprocessor problem in Function Types https://svn.boost.org/trac10/ticket/2375 <p> The upcoming gcc 4.4 release is going to change the preprocessor in a way which breaks for some boost files. The attached patch fixes the problem for the function types library. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2375 Trac 1.4.3 Daniel James Wed, 01 Oct 2008 11:57:42 GMT attachment set https://svn.boost.org/trac10/ticket/2375 https://svn.boost.org/trac10/ticket/2375 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">function-types.patch</span> </li> </ul> Ticket Daniel James Mon, 06 Oct 2008 23:05:11 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2375#comment:1 https://svn.boost.org/trac10/ticket/2375#comment:1 <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">invalid</span> </li> </ul> <p> Sorry, this patch isn't needed for function_types as you include <code>iterate.hpp</code> before the if statement (the problem was occuring in headers which include it inside the first part of the if statement). </p> Ticket