mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 20:02:13 +00:00
fixing doc and renaming default_axes to builtin_axes
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
namespace boost {
|
||||
|
||||
namespace histogram {
|
||||
using dynamic_histogram = histogram<Dynamic, default_axes, adaptive_storage<>>;
|
||||
using dynamic_histogram = histogram<Dynamic, builtin_axes, adaptive_storage<>>;
|
||||
} // namespace histogram
|
||||
|
||||
namespace python {
|
||||
|
||||
Reference in New Issue
Block a user