Add support for Intel C++ compiler for Linux (icc 15)
[libcds.git] / tests / test-hdr / map / hdr_refinable_hashmap_hashmap_vc.cpp
index ff1a774d600d3c0b067f81489c9cd0781205d73e..988532ca52ab0b34964a24ebb7e560986dbbb632 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 {