Browse Source

doc: minor changes

Michele Caini 1 year ago
parent
commit
0d6056fee4
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/entt/entity/table.hpp

+ 0 - 4
src/entt/entity/table.hpp

@@ -31,10 +31,6 @@ struct basic_common_table {
  * no guarantees that objects are returned in the insertion order when iterate
  * a table. Do not make assumption on the order in any case.
  *
- * @warning
- * Empty types aren't explicitly instantiated. Therefore, many of the functions
- * normally available for non-empty types will not be available for empty ones.
- *
  * @tparam Type Element types.
  * @tparam Allocator Type of allocator used to manage memory and elements.
  */