Re: Horrible compiletimes and memory usage while compiling a parser with X3

Jens Kallup <[email protected]>
Newsgroups gmane.comp.parsers.spirit.general
Message-ID <[email protected]>
On 10/23/2016 10:05 PM, Exagon wrote:
> Is this a bug in spirit X3, or will
> I have to deal with this in the future?

No, You definitive #include to many headers in the sources.
Try/Find out what You need, and delete not used.

BTW:

#include <boost/config/warning_disable.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix.hpp>

should do the magic, because boost is self explained. So,
You don't have to deal with all of the headers.

Jens

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.