IterableList: fixed a complex bug that can be called "ABA problem of null pointer"
[libcds.git] / cds / container / split_list_map_nogc.h
index 82f9237542fbbb1b7058bd1a4cfa4388d849e8aa..b005cd9d5895373621c2ebedefba750e9e79f9c7 100644 (file)
@@ -376,6 +376,12 @@ namespace cds { namespace container {
         {
             return base_class::statistics();
         }
+
+        /// Returns internal statistics for \p ordered_list
+        typename ordered_list::stat const& list_statistics() const
+        {
+            return base_class::list_statistics();
+        }
     };
 }}  // namespace cds::container