Move libcds 1.6.0 from SVN
[libcds.git] / tests / unit / set2 / std_hash_set.h
1 //$$CDS-header$$
2
3 #ifndef __CDSUNIT_STD_HASH_SET_H
4 #define __CDSUNIT_STD_HASH_SET_H
5
6 #if (CDS_COMPILER == CDS_COMPILER_MSVC || CDS_COMPILER == CDS_COMPILER_INTEL) && _MSC_VER == 1500
7 #   include "set2/std_hash_set_vc9.h"
8 #else
9 #   include "set2/std_hash_set_std.h"
10 #endif
11
12 #endif // #ifndef __CDSUNIT_STD_HASH_SET_H