Browse Source

type_id: removed redundant check

Michele Caini 6 years ago
parent
commit
2643500957
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/entt/core/type_info.hpp

+ 0 - 2
src/entt/core/type_info.hpp

@@ -16,8 +16,6 @@ namespace entt {
  */
 template<typename... Type>
 struct type_id {
-    static_assert(sizeof...(Type) == ((bool{true || sizeof(Type)}) + ...));
-
 #if defined _MSC_VER
     /**
      * @brief Returns the numeric representation of a given type.