Michele Caini %!s(int64=3) %!d(string=hai) anos
pai
achega
be16418289
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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> {};