diff --git a/src/entt/entity/group.hpp b/src/entt/entity/group.hpp index 47ec64033..50109b339 100644 --- a/src/entt/entity/group.hpp +++ b/src/entt/entity/group.hpp @@ -93,7 +93,7 @@ template struct group_descriptor { using size_type = std::size_t; - virtual ~group_descriptor() noexcept(false) = default; + virtual ~group_descriptor() = default; [[nodiscard]] virtual bool owned(const id_type) const noexcept { return false; }