Searched refs:BOOST_PP_FOR_148_C (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/preprocessor/repetition/detail/dmc/ |
D | for.hpp | 169 # define BOOST_PP_FOR_148(s, p, o, m) BOOST_PP_FOR_148_C(BOOST_PP_BOOL(p##(149, s)), s, p, o, m) 426 # define BOOST_PP_FOR_148_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(149, s) BOOST_P… macro
|
/third_party/boost/boost/preprocessor/repetition/detail/ |
D | for.hpp | 169 # define BOOST_PP_FOR_148(s, p, o, m) BOOST_PP_FOR_148_C(BOOST_PP_BOOL(p(149, s)), s, p, o, m) 426 # define BOOST_PP_FOR_148_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(149, s) BOOST_P… macro
|