Opened 13 years ago

Closed 13 years ago

#3724 closed Bugs (fixed)

<boost/spirit/version.hpp> and <boost/spirit/include/version.hpp> use same include guard

Reported by: pt@… Owned by: Hartmut Kaiser
Milestone: Boost 1.42.0 Component: spirit
Version: Boost 1.41.0 Severity: Problem
Keywords: version.hpp include guard Cc:

Description

<boost/spirit/version.hpp> and <boost/spirit/include/version.hpp> use the same include guard (i.e. SPIRIT_VERSION_NOVEMBER_13_2008_0834AM). As a result, the content of <boost/spirit/include/version.hpp> ends up being ignored when #included via <boost/spirit/version.hpp> resulting in SPIRIT_VERSION not being defined!

Change History (1)

comment:1 by Hartmut Kaiser, 13 years ago

Resolution: fixed
Status: newclosed

(In [58196]) Spirit: fixed include guard conflict (fixes #3724)

Note: See TracTickets for help on using tickets.