d6b49e04e6a073a97a70aa92deff72da0f57851e
[libcds.git] / tests / unit / map2 / std_map.h
1 //$$CDS-header$$
2
3 #ifndef __CDSUNIT_STD_MAP_H
4 #define __CDSUNIT_STD_MAP_H
5
6 #if CDS_COMPILER == CDS_COMPILER_MSVC
7 #   include "map2/std_map_vc.h"
8 #elif CDS_COMPILER == CDS_COMPILER_GCC || CDS_COMPILER == CDS_COMPILER_CLANG
9 #   include "map2/std_map_gcc.h"
10 #else
11 #   error "std::map is undefined for this compiler"
12 #endif
13
14 #endif // #ifndef __CDSUNIT_STD_MAP_H