R: Error only on G++ Debian
Claudio La Rosa <[email protected]> Sun, 21 Jan 2018 09:56:47 +0100
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
The two lines that cause compile error are: phrase_parse(line.begin(), line.end(), firstStepRules, ascii::space); and qi::phrase_parse(str.begin(), str.end(), assemblyParser, space); If I comment this two lines, the program compile. The source code is the same in Windows and ARM Linux. Inviato da Posta per Windows 10 Da: Seth Inviato: domenica 21 gennaio 2018 01:16 A: [email protected] Oggetto: Re: [Spirit-general] Error only on G++ Debian On 21-01-18 00:16, mos_6502 wrote: > Why? Clearly it is because the compiler isn't the same (and/or the source isn't). Can you provide minimal code that fails to compile? ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Spirit-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spirit-general ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Spirit-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spirit-general