From b785d1c82b47e5c1b213a809e25ef7fa259cb9c7 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 27 Mar 2022 23:25:50 +0200 Subject: [PATCH] meta: minor changes (coding style) --- src/entt/meta/template.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entt/meta/template.hpp b/src/entt/meta/template.hpp index 21778117e..0009b5113 100644 --- a/src/entt/meta/template.hpp +++ b/src/entt/meta/template.hpp @@ -6,7 +6,7 @@ namespace entt { /*! @brief Utility class to disambiguate class templates. */ -template typename> +template class> struct meta_class_template_tag {}; /** @@ -14,7 +14,7 @@ struct meta_class_template_tag {}; * @tparam Clazz Type of class template. * @tparam Args Types of template arguments. */ -template typename Clazz, typename... Args> +template class Clazz, typename... Args> struct meta_template_traits> { /*! @brief Wrapped class template. */ using class_type = meta_class_template_tag;