Michele Caini 1 рік тому
батько
коміт
3823d60932
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/entt/entity/table.hpp

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

@@ -219,7 +219,6 @@ public:
      */
     basic_table &operator=(basic_table &&other) noexcept {
         ENTT_ASSERT(alloc_traits::is_always_equal::value || get_allocator() == other.get_allocator(), "Copying a table is not allowed");
-
         payload = std::move(other.payload);
         return *this;
     }