Searched refs:BOOST_PP_LESS_EQUAL_I (Results 1 – 1 of 1) sorted by relevance
26 # define BOOST_PP_LESS_EQUAL(x, y) BOOST_PP_LESS_EQUAL_I(x, y)27 # define BOOST_PP_LESS_EQUAL_I(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y)) macro