18 Feb
2010
18 Feb
'10
6:05 p.m.
How to use the string parser? I tried this way:
std::string s1; bool r = qi::phrase_parse(first, last, ( string[ref(s1) = _1] ) , space);
But it doesn't compile.
Please provide us with a minimal, self-contained piece of code we can compile. We have no crystal ball to see what you're doing... Regards Hartmut --------------- Meet me at BoostCon www.boostcon.com