#ifndef BOOST_METAPARSE_GETTING_STARTED_5_2_HPP #define BOOST_METAPARSE_GETTING_STARTED_5_2_HPP // Automatically generated header file // Definitions before section 5.1 #include "5_1.hpp" // Definitions of section 5.1 #include using exp_parser7 = build_parser< sequence< int_token, /* The first */ repeated> /* The "+ " elements */ > >; // query: // exp_parser7::apply::type #endif