Go to the documentation of this file. 8 #ifndef DXLE_INC_CONFIG_COMPILER_HPP_ 9 #define DXLE_INC_CONFIG_COMPILER_HPP_ 11 #if defined(__clang__) 13 #elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC) 15 # elif defined(__GNUC__) 17 #elif defined(_MSC_VER) 21 #endif // #ifndef DXLE_INC_CONFIG_COMPILER_HPP