Revised noexcept expressions in back-off strategies
[libcds.git] / cds / algo / base.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_ALGO_BASE_H
4 #define __CDS_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 __CDS_ALGO_BASE_H