Re: error in source file... how to fix?
Jens Kallup <[email protected]>
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, This is the line that I modified: (qi::space)... bool r = phrase_parse(iter, end, g, qi::space, comment); The Compiler does his job, and create an executable (ELF). But the all the input give me "ERROR" message. What is wrong on the code? Jens Am 30.08.2016 um 11:07 schrieb llonesmiz: > You forgot the most important part of the error message: > > note: no known conversion for argument 4 from 'const > boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::space, > boost::spirit::char_encoding::ascii> >' to 'const > boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::space, > boost::spirit::char_encoding::standard> >&' > ------------------------------------------------------------------------------