Explorar o código

table: cleanup

Michele Caini %!s(int64=2) %!d(string=hai) anos
pai
achega
5f6f9b7b23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/entt/container/table.hpp

+ 1 - 1
src/entt/container/table.hpp

@@ -234,7 +234,7 @@ public:
      * @param allocator The allocator to use.
      */
     template<class Allocator>
-    basic_table(basic_table &&other, const Allocator &allocator) noexcept
+    basic_table(basic_table &&other, const Allocator &allocator)
         : payload{Container{std::move(std::get<Container>(other.payload)), allocator}...} {}
 
     /*! @brief Default destructor. */