Michele Caini 1 год назад
Родитель
Сommit
88828d2eb5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/entt/entity/sparse_set.hpp

+ 1 - 1
src/entt/entity/sparse_set.hpp

@@ -440,7 +440,7 @@ public:
      * @param other The instance to move from.
      * @param other The instance to move from.
      * @param allocator The allocator to use.
      * @param allocator The allocator to use.
      */
      */
-    basic_sparse_set(basic_sparse_set &&other, const allocator_type &allocator) noexcept
+    basic_sparse_set(basic_sparse_set &&other, const allocator_type &allocator)
         : sparse{std::move(other.sparse), allocator},
         : sparse{std::move(other.sparse), allocator},
           packed{std::move(other.packed), allocator},
           packed{std::move(other.packed), allocator},
           info{other.info},
           info{other.info},