1
0
Эх сурвалжийг харах

group: defaulted trivial destructor

Michele Caini 1 жил өмнө
parent
commit
8899c9df7e

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

@@ -93,7 +93,7 @@ template<typename... Lhs, typename... Rhs>
 
 
 struct group_descriptor {
 struct group_descriptor {
     using size_type = std::size_t;
     using size_type = std::size_t;
-    virtual ~group_descriptor() noexcept(false) {}
+    virtual ~group_descriptor() noexcept(false) = default;
     [[nodiscard]] virtual bool owned(const id_type) const noexcept {
     [[nodiscard]] virtual bool owned(const id_type) const noexcept {
         return false;
         return false;
     }
     }