#include namespace x3 = boost::spirit::x3; x3::rule const grammar; using grammar_type = decltype(grammar); BOOST_SPIRIT_DECLARE(grammar_type)