diff --git a/include/utempl/type_list.hpp b/include/utempl/type_list.hpp index 4597a86..87c3bbe 100644 --- a/include/utempl/type_list.hpp +++ b/include/utempl/type_list.hpp @@ -19,6 +19,11 @@ template struct TypeList { }; +template +struct TypeList { + using Type = T; +}; + template inline constexpr auto kType = TypeList{};