diff --git a/include/Nazara/Core/TypeList.inl b/include/Nazara/Core/TypeList.inl index 07532a07d..b06441f87 100644 --- a/include/Nazara/Core/TypeList.inl +++ b/include/Nazara/Core/TypeList.inl @@ -45,28 +45,10 @@ namespace Nz }; - template - struct ListConcat, TypeList<>> + template + struct ListConcat, TypeList> { - using Result = TypeList; - }; - - template - struct ListConcat, TypeList> - { - using Result = TypeList; - }; - - template - struct ListConcat, TypeList> - { - using Result = TypeList; - }; - - template - struct ListConcat, TypeList> - { - using Result = typename ListConcat, TypeList>::Result; + using Result = TypeList; };