[#before_4_2] ['Definitions before section 4.2.] #include #include #include using namespace boost::metaparse; using exp_parser1 = build_parser; #include using exp_parser2 = build_parser>; #include using exp_parser3 = build_parser>>; #include #include using exp_parser4 = build_parser, token>, token>>; #include using int_token = token; using plus_token = token>; using exp_parser5 = build_parser>;