Replace NULL with nullptr
[libcds.git] / cds / gc / gc_fwd.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_GC_FORWARD_H
4 #define __CDS_GC_FORWARD_H
5
6 #include <cds/details/defs.h>
7
8 //@cond
9 namespace cds { namespace gc {
10     class HP;
11     class HRC;
12     class PTB;
13
14     class nogc;
15 }} // namespace cds::gc
16
17 //@endcond
18
19 #endif // #ifndef __CDS_GC_FORWARD_H