fix doc
[libcds.git] / cds / gc / exception.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_GC_EXCEPTION_H
4 #define __CDS_GC_EXCEPTION_H
5
6 #include <cds/details/defs.h>
7
8 namespace cds { namespace gc {
9
10     /// %Exception "Too few hazard pointers"
11     CDS_DECLARE_EXCEPTION( too_few_hazard_pointers, "Too few hazard pointers" );
12
13 }} // namespace cds::gc
14
15 #endif // #ifndef __CDS_GC_EXCEPTION_H