#include int main() { using namespace boost::histogram; auto h = make_static_histogram(axis::regular<>(4, 0, 1)); h(std::make_tuple(0.5)); }