0254abeb7f85e0a88fda0ca146bb9b0b5595e1cc
[libcds.git] / cds / algo / base.h
1 //$$CDS-header$$
2
3 #ifndef CDSLIB_ALGO_BASE_H
4 #define CDSLIB_ALGO_BASE_H
5
6 #include <cds/details/defs.h>
7
8 namespace cds {
9
10     /// Different approaches and techniques for supporting high-concurrent data structure
11     namespace algo {}
12
13 } // namespace cds
14
15 #endif // #ifndef CDSLIB_ALGO_BASE_H