Fixed bug in list_statistics()
authorkhizmax <libcds.dev@gmail.com>
Fri, 28 Oct 2016 16:52:06 +0000 (19:52 +0300)
committerkhizmax <libcds.dev@gmail.com>
Fri, 28 Oct 2016 16:52:06 +0000 (19:52 +0300)
cds/container/split_list_set.h

index ba3358939dc52fbcb3b28362d28d5a071e2df6f3..b905970410ea48ed0a0e24ea8b398ff36243930f 100644 (file)
@@ -892,7 +892,7 @@ namespace cds { namespace container {
         /// Returns internal statistics for \p ordered_list
         typename ordered_list::stat const& list_statistics() const
         {
-            return base_class::statistics();
+            return base_class::list_statistics();
         }
 
     protected: