Explorar el Código

table: cleanup

Michele Caini hace 2 años
padre
commit
5f6f9b7b23
Se han modificado 1 ficheros con 1 adiciones y 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.
      * @param allocator The allocator to use.
      */
      */
     template<class Allocator>
     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}...} {}
         : payload{Container{std::move(std::get<Container>(other.payload)), allocator}...} {}
 
 
     /*! @brief Default destructor. */
     /*! @brief Default destructor. */