Browse Source

mixin: cleanup

Michele Caini 1 year ago
parent
commit
176b9dafba
1 changed files with 1 additions and 1 deletions
  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 other The instance to move from.
      * @param allocator The allocator to use.
      * @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},
         : underlying_type{std::move(other), allocator},
           owner{other.owner},
           owner{other.owner},
           construction{std::move(other.construction), allocator},
           construction{std::move(other.construction), allocator},