Go to the documentation of this file. 14 # ifndef MSGPACK_PREPROCESSOR_CONTROL_EXPR_IF_HPP 15 # define MSGPACK_PREPROCESSOR_CONTROL_EXPR_IF_HPP 23 # if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG() 24 # define MSGPACK_PP_EXPR_IF(cond, expr) MSGPACK_PP_EXPR_IIF(MSGPACK_PP_BOOL(cond), expr) 26 # define MSGPACK_PP_EXPR_IF(cond, expr) MSGPACK_PP_EXPR_IF_I(cond, expr) 27 # define MSGPACK_PP_EXPR_IF_I(cond, expr) MSGPACK_PP_EXPR_IIF(MSGPACK_PP_BOOL(cond), expr)