Boost C++ Libraries: Ticket #4293: missing include guard in boost/config/posix_features.hpp https://svn.boost.org/trac10/ticket/4293 <p> mujltiple inclusion of posix_features.hpp could result in the redefinition of symbols; if this is not the case make a remark in the introductory comment that the include guard is missing intentionally. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4293 Trac 1.4.3 John Maddock Fri, 04 Jun 2010 11:14:16 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4293#comment:1 https://svn.boost.org/trac10/ticket/4293#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> The header is for internal use only - none of the Boost.Config sub-headers have include guards since they can only be accessed via boost/config.hpp which does have them. </p> Ticket