فهرست منبع

table: clean up

Michele Caini 2 سال پیش
والد
کامیت
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;
     }