Added support for Intel c++ Composer Xe
Added support for building with Intel C++ Composer Xe Fixed a warning thrown by it
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
#include <hash_map>
|
||||
#include <algorithm>
|
||||
#elif LL_DARWIN || LL_LINUX
|
||||
#if CC_GCC
|
||||
# if GCC_VERSION >= 40300 // gcc 4.3 and up
|
||||
#if CC_GCC || CC_ICC
|
||||
# if GCC_VERSION >= 40300 || CC_ICC// gcc 4.3 or icc 11 and up
|
||||
# include <backward/hashtable.h>
|
||||
# elif GCC_VERSION >= 30400 // gcc 3.4 and up
|
||||
# include <ext/hashtable.h>
|
||||
|
||||
Reference in New Issue
Block a user