stats: tidy up the Distribution type a little bit
This commit is contained in:
parent
cfa9c78100
commit
cbf237897f
1 changed files with 2 additions and 2 deletions
|
@ -1388,8 +1388,8 @@ class DistStor
|
|||
|
||||
min_val = CounterLimits::max();
|
||||
max_val = CounterLimits::min();
|
||||
underflow = 0;
|
||||
overflow = 0;
|
||||
underflow = Counter();
|
||||
overflow = Counter();
|
||||
|
||||
size_type size = cvec.size();
|
||||
for (off_type i = 0; i < size; ++i)
|
||||
|
|
Loading…
Reference in a new issue