Searched refs:BOOST_SPIRIT_MAX_LOCALS_SIZE (Results 1 – 1 of 1) sorted by relevance
20 #if !defined(BOOST_SPIRIT_MAX_LOCALS_SIZE)21 # define BOOST_SPIRIT_MAX_LOCALS_SIZE 10 macro23 # if BOOST_SPIRIT_MAX_LOCALS_SIZE < 324 # undef BOOST_SPIRIT_MAX_LOCALS_SIZE25 # define BOOST_SPIRIT_MAX_LOCALS_SIZE 10 macro34 BOOST_SPIRIT_MAX_LOCALS_SIZE, typename T, mpl::na)37 : mpl::vector<BOOST_PP_ENUM_PARAMS(BOOST_SPIRIT_MAX_LOCALS_SIZE, T)> {};47 template <BOOST_PP_ENUM_PARAMS(BOOST_SPIRIT_MAX_LOCALS_SIZE, typename T)>48 struct is_locals<locals<BOOST_PP_ENUM_PARAMS(BOOST_SPIRIT_MAX_LOCALS_SIZE, T)> >