Re: endless loop - crashing application
Joel de Guzman <[email protected]>
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
On 22/08/2016 1:09 PM, Jens Kallup wrote: > Hello, > > QString, and QMessageBox are library functions from Qt. > QString is the equalivant of std::string. > > I have change the source, so it should be compiled with > STL. > Thanks for helping Before anything else, have you tried BOOST_SPIRIT_DEBUG to see a trace where the infinite recursion happens? I suspect left recursive rules. Regards, -- Joel de Guzman http://www.ciere.com http://boost-spirit.com http://www.cycfi.com/ ------------------------------------------------------------------------------