mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 07:52:11 +00:00
refactoring, allow iteration over axis::any
This commit is contained in:
@@ -28,7 +28,7 @@ namespace np = boost::python::numpy;
|
||||
namespace boost {
|
||||
|
||||
namespace histogram {
|
||||
using dynamic_histogram = histogram<Dynamic, builtin_axes, adaptive_storage>;
|
||||
using dynamic_histogram = histogram<Dynamic, axis::builtins, adaptive_storage>;
|
||||
} // namespace histogram
|
||||
|
||||
namespace python {
|
||||
|
||||
Reference in New Issue
Block a user