Go to the documentation of this file. 14 # ifndef MSGPACK_PREPROCESSOR_LOGICAL_XOR_HPP 15 # define MSGPACK_PREPROCESSOR_LOGICAL_XOR_HPP 23 # if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG() 24 # define MSGPACK_PP_XOR(p, q) MSGPACK_PP_BITXOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q)) 26 # define MSGPACK_PP_XOR(p, q) MSGPACK_PP_XOR_I(p, q) 27 # define MSGPACK_PP_XOR_I(p, q) MSGPACK_PP_BITXOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q))