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 addition and noexcept #311

Closed HDembinski closed 3 years ago

HDembinski commented 3 years ago

This fixes the same issue in weighted_mean as #308 did for mean. Also a missing noexcept is added.