projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac722b
)
Fixed bug in list_statistics()
author
khizmax
<libcds.dev@gmail.com>
Fri, 28 Oct 2016 16:52:06 +0000
(19:52 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Fri, 28 Oct 2016 16:52:06 +0000
(19:52 +0300)
cds/container/split_list_set.h
patch
|
blob
|
history
diff --git
a/cds/container/split_list_set.h
b/cds/container/split_list_set.h
index ba3358939dc52fbcb3b28362d28d5a071e2df6f3..b905970410ea48ed0a0e24ea8b398ff36243930f 100644
(file)
--- a/
cds/container/split_list_set.h
+++ b/
cds/container/split_list_set.h
@@
-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: