Go to the documentation of this file. 14 # ifndef MSGPACK_PREPROCESSOR_COMPARISON_GREATER_HPP 15 # define MSGPACK_PREPROCESSOR_COMPARISON_GREATER_HPP 22 # if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG() 23 # define MSGPACK_PP_GREATER(x, y) MSGPACK_PP_LESS(y, x) 25 # define MSGPACK_PP_GREATER(x, y) MSGPACK_PP_GREATER_I(x, y) 26 # define MSGPACK_PP_GREATER_I(x, y) MSGPACK_PP_LESS(y, x) 31 # if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG() 32 # define MSGPACK_PP_GREATER_D(d, x, y) MSGPACK_PP_LESS_D(d, y, x) 34 # define MSGPACK_PP_GREATER_D(d, x, y) MSGPACK_PP_GREATER_D_I(d, x, y) 35 # define MSGPACK_PP_GREATER_D_I(d, x, y) MSGPACK_PP_LESS_D(d, y, x)