boostorg / histogram

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

Allow axes_type which inherits from std::vector<...> #254

Closed HDembinski closed 4 years ago

HDembinski commented 4 years ago

Currently, users cannot customize the two possible axes types based on std::tuple and std::vector. It would be nice to at least support types inherited from std::vector<axis::variant<...>>, because this allows one to hide the large type name from compiler error messages and in signatures.

HDembinski commented 4 years ago

conclusion after more thought: this does not work