IterableList: fixed a complex bug that can be called "ABA problem of null pointer"
[libcds.git] / cds / container / split_list_set_nogc.h
index 33b85e7104c40664a9db313f14ed158eac9181fa..ffc98b8415f27dba9ec42ce16aa06d90fedd180d 100644 (file)
@@ -445,6 +445,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