Boost C++ Libraries: Ticket #4289: missing include protection in signals2.hpp https://svn.boost.org/trac10/ticket/4289 <p> signals2.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. At </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4289 Trac 1.4.3 Noel Belcourt Thu, 10 Jun 2010 02:38:11 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4289#comment:1 https://svn.boost.org/trac10/ticket/4289#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/62709" title="Fixed ticket 4289, add missing include guards. Checked that include ...">[62709]</a>) Fixed ticket 4289, add missing include guards. </p> <p> Checked that include guard name not currently used and followed the established to signals2 conventions. </p> Ticket