Boost C++ Libraries: Ticket #2706: Duplicated #include guards https://svn.boost.org/trac10/ticket/2706 <p> These pairs of files have identical #include guards as of <a class="changeset" href="https://svn.boost.org/trac10/changeset/50937" title="fix wrong include">[50937]</a> in the trunk. </p> <p> Some of this should be easily fixable, but some is also symptomatic of more general confusion. For instance, in the first case attribute/typeof.hpp forwards to include/classic_typeof.hpp. However, include/classic_typeof.hpp only #includes home/actor/typeof.hpp, not home/attribute/typeof.hpp. </p> <pre class="wiki">./boost/spirit/attribute/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/core/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/debug/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/dynamic/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/error_handling/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/home/classic/phoenix/closures.hpp ./boost/lambda/closures.hpp ./boost/spirit/home/phoenix/stl.hpp ./boost/spirit/home/phoenix/algorithm.hpp ./boost/spirit/include/phoenix1.hpp ./boost/spirit/include/phoenix.hpp ./boost/spirit/iterator/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/phoenix/actor.hpp ./boost/spirit/actor.hpp ./boost/spirit/phoenix/composite.hpp ./boost/spirit/core/composite/composite.hpp ./boost/spirit/phoenix/operators.hpp ./boost/spirit/core/composite/operators.hpp ./boost/spirit/phoenix/primitives.hpp ./boost/spirit/core/primitives/primitives.hpp ./boost/spirit/symbols/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/symbols.hpp ./boost/spirit/symbols/symbols.hpp ./boost/spirit/tree/typeof.hpp ./boost/spirit/actor/typeof.hpp ./boost/spirit/utility/typeof.hpp ./boost/spirit/actor/typeof.hpp </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2706 Trac 1.4.3 anonymous Mon, 01 Jun 2009 16:06:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2706#comment:1 https://svn.boost.org/trac10/ticket/2706#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> That's fixed now (rev. 53542). Thanks for reporting! </p> Ticket