3 Dec
2013
3 Dec
'13
5:58 p.m.
If I modify "catch_all" line like this: query = id[phx::try_[qi::_val = phx::bind(&string2test, qi::_1)].catch_all [ qi::_pass = false ], qi::_val = qi::_val ]; ...it compiles, but doesn't seem to invoke the semantic action in runtime.
Solved. It turns out that I failed to include the header where the relevant comma operator is defined.