
24 Nov
2010
24 Nov
'10
12:49 p.m.
2010/11/24, Paul Graphov <graphov@gmail.com>:
Is it possible to make such a parser without using semantic actions like [bind(&string::append, res, _1)] or something like that, which seem to be less elegant solution.
The following works as expected: std::vector<boost::optional<char> > vec; bool r = qi::parse(begin, end, *('p' | qi::char_), vec); Why std::string does not? I have no idea, either. You can go to https://lists.sourceforge.net/lists/listinfo/spirit-general for more specific help.