Add support for Intel C++ compiler for Linux (icc 15)
[libcds.git] / tests / test-hdr / set / hdr_refinable_hashset_hashset_vc.cpp
index 902f2d152459031817ebd5e962c2bf04822969e3..b12a079b3cfb02a6964bad6b6e1c106c724c47ca 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 stdext {
     inline size_t hash_value(set::StripedSetHdrTest::item const& _Keyval)