Searched refs:BOOST_PP_GREATER_D_I (Results 1 – 1 of 1) sorted by relevance
34 # define BOOST_PP_GREATER_D(d, x, y) BOOST_PP_GREATER_D_I(d, x, y)35 # define BOOST_PP_GREATER_D_I(d, x, y) BOOST_PP_LESS_D(d, y, x) macro