Move libcds 1.6.0 from SVN
[libcds.git] / tests / unit / set2 / std_hash_set.h
diff --git a/tests/unit/set2/std_hash_set.h b/tests/unit/set2/std_hash_set.h
new file mode 100644 (file)
index 0000000..49eabe9
--- /dev/null
@@ -0,0 +1,12 @@
+//$$CDS-header$$
+
+#ifndef __CDSUNIT_STD_HASH_SET_H
+#define __CDSUNIT_STD_HASH_SET_H
+
+#if (CDS_COMPILER == CDS_COMPILER_MSVC || CDS_COMPILER == CDS_COMPILER_INTEL) && _MSC_VER == 1500
+#   include "set2/std_hash_set_vc9.h"
+#else
+#   include "set2/std_hash_set_std.h"
+#endif
+
+#endif // #ifndef __CDSUNIT_STD_HASH_SET_H