Add support for Intel C++ compiler for Linux (icc 15)
[libcds.git] / tests / test-hdr / map / hdr_striped_hashmap_hashmap_vc.cpp
index d198454c7217e839ef48e0c844053727a0563794..cfc5de72b6b17cf831a3990eaaef52b550858062 100644 (file)
@@ -5,7 +5,7 @@
 #include <cds/container/striped_map.h>
 #include <cds/lock/spinlock.h>
 
-#if (CDS_COMPILER == CDS_COMPILER_MSVC || CDS_COMPILER == CDS_COMPILER_INTEL) && _MSC_VER < 1600
+#if (CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS)) && _MSC_VER < 1600
 
 namespace map {