diff --git a/include/boost/histogram/histogram_fwd.hpp b/include/boost/histogram/histogram_fwd.hpp index c9971dfa..094578bd 100644 --- a/include/boost/histogram/histogram_fwd.hpp +++ b/include/boost/histogram/histogram_fwd.hpp @@ -38,10 +38,10 @@ template > class category; using types = mp11::mp_list< - axis::regular, - axis::regular, axis::regular, - axis::regular, axis::circular<>, axis::variable<>, - axis::integer<>, axis::category<>, axis::category>; + regular, + regular, regular, + regular, circular<>, variable<>, + integer<>, category<>, category>; template class any;