VC: fix some compiler errors
[libcds.git] / cds / compiler / cxx11_atomic_patches.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_COMPILER_CXX11_ATOMIC_PATCHES_H
4 #define __CDS_COMPILER_CXX11_ATOMIC_PATCHES_H
5
6 #if CDS_COMPILER == CDS_COMPILER_GCC
7 #   include <cds/compiler/gcc/cxx11_atomic_patches.h>
8 #elif CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS
9 #   include <cds/compiler/icl/cxx11_atomic_patches_win.h>
10 #endif
11
12
13 #endif // #ifndef __CDS_COMPILER_CXX11_ATOMIC_PATCHES_H