int main() { boost::spirit::qi::rule< char const *, boost::optional<int>() > foo; BOOST_SPIRIT_DEBUG_NODE(foo); return boost::report_errors(); }
void enable_debug() { BOOST_SPIRIT_DEBUG_NODE(_query); }
void enable_debug() { BOOST_SPIRIT_DEBUG_NODE(_fragment); }