Removed redundant assertion, minor improvements, docfix
[libcds.git] / cds / intrusive / impl / feldman_hashset.h
index 8b26b28f26bea1b9aa2c2d0d41cb30992c945946..fb9e0a8792b8e3224ce273ce4641c3c816cc485b 100644 (file)
@@ -145,6 +145,10 @@ namespace cds { namespace intrusive {
         /// Count of hazard pointers required
         static CDS_CONSTEXPR size_t const c_nHazardPtrCount = 2;
 
+        //@cond
+        typedef feldman_hashset::level_statistics level_statistics;
+        //@endcond
+
     protected:
         //@cond
         typedef typename base_class::node_ptr node_ptr;