mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-29 19:42:12 +00:00
allocator is gone, accepting any sequence in python for fill is back, refactoring in adaptive_storage
This commit is contained in:
@@ -35,7 +35,7 @@ int main() {
|
||||
c.increase(0);
|
||||
c.increase(0);
|
||||
d.increase(0);
|
||||
d.increase(1, 5);
|
||||
d.add(1, 5);
|
||||
BOOST_TEST_EQ(a.value(0), 1u);
|
||||
BOOST_TEST_EQ(b.value(0), 1u);
|
||||
BOOST_TEST_EQ(c.value(0), 2u);
|
||||
|
||||
Reference in New Issue
Block a user