Searched refs:BOOST_PP_FOR_67_C (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/preprocessor/repetition/detail/dmc/ |
D | for.hpp | 88 # define BOOST_PP_FOR_67(s, p, o, m) BOOST_PP_FOR_67_C(BOOST_PP_BOOL(p##(68, s)), s, p, o, m) 345 # define BOOST_PP_FOR_67_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(68, s) BOOST_PP_… macro
|
/third_party/boost/boost/preprocessor/repetition/detail/ |
D | for.hpp | 88 # define BOOST_PP_FOR_67(s, p, o, m) BOOST_PP_FOR_67_C(BOOST_PP_BOOL(p(68, s)), s, p, o, m) 345 # define BOOST_PP_FOR_67_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(68, s) BOOST_PP_… macro
|