Add support for Intel C++ compiler for Linux (icc 15)
[libcds.git] / tests / test-hdr / set / hdr_striped_hashset_hashset_std.cpp
index feb7b259383a5e51616bf24db568d702d6440e03..9f75a3c362a5e9a2e51cccfcb8b5f2b983a0ee72 100644 (file)
@@ -5,7 +5,7 @@
 #include <cds/container/striped_set.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 set {