diff --git a/include/zll/meta/types/typelist/typelist.hpp b/include/zll/meta/types/typelist/typelist.hpp index e32d188..10b767f 100644 --- a/include/zll/meta/types/typelist/typelist.hpp +++ b/include/zll/meta/types/typelist/typelist.hpp @@ -12,7 +12,7 @@ namespace zll { namespace meta { -template +template struct typelist { typedef HEAD_T head_type; typedef TAIL_T tail_type;