From ef8e4bada0dbf2bf91fbd2733dff0e590aae0a42 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Mon, 13 Aug 2018 15:19:55 +0200 Subject: [PATCH] hopefully fix error in fwd --- include/boost/histogram/histogram_fwd.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;