Add support for Intel C++ compiler for Linux (icc 15)
[libcds.git] / tests / test-hdr / set / hdr_refinable_hashset_hashset_std.cpp
index 769d499563db3e40dedb7ca9857d006ca39e60d4..9d7d1ac151747a45fd7edbadacbf436a167573b4 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 {