Răsfoiți Sursa

entity: oops, typo :)

Michele Caini 4 ani în urmă
părinte
comite
7aa276df5a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/entt/entity/sparse_set.hpp

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

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