18 Feb
2010
18 Feb
'10
5:59 p.m.
Hello, 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. Thanks.