Add support for Intel C++ compiler for Linux (icc 15)
[libcds.git] / tests / unit / set2 / std_hash_set.h
index 49eabe9adef81db4df94e3fd9db30d9e18f56985..4b89ca0eaa1ded883931ad6962139a897dd290f4 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef __CDSUNIT_STD_HASH_SET_H
 #define __CDSUNIT_STD_HASH_SET_H
 
-#if (CDS_COMPILER == CDS_COMPILER_MSVC || CDS_COMPILER == CDS_COMPILER_INTEL) && _MSC_VER == 1500
+#if (CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS)) && _MSC_VER == 1500
 #   include "set2/std_hash_set_vc9.h"
 #else
 #   include "set2/std_hash_set_std.h"