Subject: [Boost-bugs] [Boost C++ Libraries] #7723: prune include directives
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-22 12:04:58
#7723: prune include directives
------------------------------+---------------------------------------------
Reporter: psiha | Owner: djowel
Type: Support Requests | Status: new
Milestone: To Be Determined | Component: spirit
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
I was trying to figure out what was still including boost/foreach.hpp
after removing every include of it in my own code, so I used the
/showIncludes MSVC compiler option and it turns out it is some "deep"
Spirit header finally included
by boost/spirit/home/karma/generate.hpp. It also showed that
boost/spirit/home/karma/generate.hpp includes an enormous amount of other
headers while I include it only for a simple
boost::spirit::karma::generate() (with real_generator) call.
Please do prune/clean up the included headers in Boost.Spirit (and/or
provide more fine grained versions of the current ones)...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7723> 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:50:11 UTC