issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / gc / default_gc.h
1 //$$CDS-header$$
2
3 #ifndef CDSLIB_GC_DEFAULT_GC_H
4 #define CDSLIB_GC_DEFAULT_GC_H
5
6 #include <cds/gc/hp.h>
7
8 namespace cds { namespace gc {
9
10     /// Default garbage collector
11     typedef HP     default_gc;
12
13 }} // namespace cds::gc
14
15
16 #endif  // #ifndef CDSLIB_GC_DEFAULT_GC_H