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