Subject: [Boost-bugs] [Boost C++ Libraries] #2706: Duplicated #include guards
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-01 00:58:30
#2706: Duplicated #include guards
-------------------------------------+--------------------------------------
Reporter: steven_watanabe | Owner: djowel
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: spirit
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
These pairs of files have identical #include guards as of [50937]
in the trunk.
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.
{{{
./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
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2706> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC