Removed MSVC 2008 artefacts
[libcds.git] / tests / test-hdr / set / hdr_striped_hashset_hashset_std.cpp
index 9f75a3c362a5e9a2e51cccfcb8b5f2b983a0ee72..4d80b097e1ac4659750daafbdfb59abccc9bf718 100644 (file)
@@ -5,8 +5,6 @@
 #include <cds/container/striped_set.h>
 #include <cds/lock/spinlock.h>
 
-#if !((CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS)) && _MSC_VER < 1600)
-
 namespace set {
 
     namespace {
@@ -146,4 +144,3 @@ namespace set {
     }
 
 }   // namespace set
-#endif // #if !(CDS_COMPILER == CDS_COMPILER_MSVC && CDS_COMPILER_VERSION < 1600)