Move libcds 1.6.0 from SVN
[libcds.git] / cds / threading / details / gcc.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_THREADING_DETAILS_GCC_H
4 #define __CDS_THREADING_DETAILS_GCC_H
5
6 #include <cds/threading/details/gcc_manager.h>
7
8 #ifndef CDS_CXX11_INLINE_NAMESPACE_SUPPORT
9 namespace cds { namespace threading {
10
11     using gcc::Manager;
12
13 }} // namespace cds::threading
14 #endif
15
16 #endif // #ifndef __CDS_THREADING_DETAILS_GCC_H