boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
313 stars 74 forks source link

fix inclusive() in integer axis #320

Closed HDembinski closed 3 years ago

HDembinski commented 3 years ago

Closes #305

HDembinski commented 3 years ago

@henryiii I now finally fixed this. This was actually more severe than I originally thought. It was possible to trigger this bug, which would then trigger an assertion in debug mode. In release mode, it would have probably caused a segfault.