boostorg / histogram

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

improve docstrings for axes, explain move issue #382

Closed HDembinski closed 1 year ago

HDembinski commented 1 year ago

Close #379

We cannot provide the strong exception guarantee without making Metadata a template parameter in very ctor, so the issue is documented instead. The patch also clarifies that the metadata must be default constructible.