Michele Caini 3 anni fa
parent
commit
be16418289
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/entt/core/type_traits.hpp

+ 0 - 1
src/entt/core/type_traits.hpp

@@ -55,7 +55,6 @@ using type_identity_t = typename type_identity<Type>::type;
 /**
  * @brief A type-only `sizeof` wrapper that returns 0 where `sizeof` complains.
  * @tparam Type The type of which to return the size.
- * @tparam The size of the type if `sizeof` accepts it, 0 otherwise.
  */
 template<typename Type, typename = void>
 struct size_of: std::integral_constant<std::size_t, 0u> {};