0
votes
2answers
404 views

c++ functional programming ( boost::phoenix && boost::spirit) testing for null-ptrs in pointer placeholders

So, I have the following spirit karma rule body: base_rule = eps(_r1 != 0) [ // _r1 is a pointer_typed placeholder eps ] ; which leads to a rather long error message from g++ which ...