Added stripped classes for uRCU implementations
[libcds.git] / cds / urcu / general_instant.h
index 9ffd7cd755a39ea168f625f85046e0c22864c6c2..6dca6a684e6a94c16981ca4a5a464404b5fe9201 100644 (file)
@@ -168,6 +168,12 @@ namespace cds { namespace urcu {
         {}
     };
 
+    //@cond
+    template<>
+    class gc< general_instant_stripped >: public gc< general_instant<>>
+    {};
+    //@endcond
+
 }} // namespace cds::urcu
 
 #endif // #ifndef CDSLIB_URCU_GENERAL_INSTANT_H