| 8 | |
| 9 | using namespace boost::histogram; |
| 10 | int main() { |
| 11 | auto h = make_dynamic_histogram(axis::integer<>(0, 1), axis::integer<>(1, 2)); |
| 12 | auto v = {0, 0}; |
| 13 | h.reduce_to(v.begin(), v.end()); |
| 14 | } |
nothing calls this directly
no test coverage detected