Boost C++ Libraries: Ticket #4290: missing include protection in function.hpp https://svn.boost.org/trac10/ticket/4290 <p> function.hpp consists only of other #include(s) and thus doesn't need include guard to avoid compilation errors. However repeated file inclusion degrades the compilation times. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4290 Trac 1.4.3 Steven Watanabe Fri, 04 Jun 2010 22:44:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4290#comment:1 https://svn.boost.org/trac10/ticket/4290#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">wontfix</span> </li> </ul> <p> This is intentional. Redefining BOOST_FUNCTION_MAX_ARGS and reincluding boost/function.hpp will increase the limit. </p> Ticket