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

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

@@ -130,7 +130,7 @@ public:
      * @param other The instance to move from.
      * @param allocator The allocator to use.
      */
-    basic_sigh_mixin(basic_sigh_mixin &&other, const allocator_type &allocator) noexcept
+    basic_sigh_mixin(basic_sigh_mixin &&other, const allocator_type &allocator)
         : underlying_type{std::move(other), allocator},
           owner{other.owner},
           construction{std::move(other.construction), allocator},