#include using namespace boost::histogram; int main() { auto h = make_dynamic_histogram(axis::integer<>(0, 2)); h.bin(0, 0); }