8 #ifndef MSGPACK_PREDEF_COMPILER_INTEL_H 9 #define MSGPACK_PREDEF_COMPILER_INTEL_H 32 #define MSGPACK_COMP_INTEL MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 34 #if defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || \ 36 # if !defined(MSGPACK_COMP_INTEL_DETECTION) && defined(__INTEL_COMPILER) 37 # define MSGPACK_COMP_INTEL_DETECTION MSGPACK_PREDEF_MAKE_10_VRP(__INTEL_COMPILER) 39 # if !defined(MSGPACK_COMP_INTEL_DETECTION) 40 # define MSGPACK_COMP_INTEL_DETECTION MSGPACK_VERSION_NUMBER_AVAILABLE 44 #ifdef MSGPACK_COMP_INTEL_DETECTION 45 # if defined(MSGPACK_PREDEF_DETAIL_COMP_DETECTED) 46 # define MSGPACK_COMP_INTEL_EMULATED MSGPACK_COMP_INTEL_DETECTION 48 # undef MSGPACK_COMP_INTEL 49 # define MSGPACK_COMP_INTEL MSGPACK_COMP_INTEL_DETECTION 51 # define MSGPACK_COMP_INTEL_AVAILABLE 55 #define MSGPACK_COMP_INTEL_NAME "Intel C/C++" 62 #ifdef MSGPACK_COMP_INTEL_EMULATED
#define MSGPACK_COMP_INTEL_NAME
Definition: intel.h:55
#define MSGPACK_COMP_INTEL
Definition: intel.h:32
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13