Skip to content

Commit

Permalink
group: implicit noexcept specification
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 12, 2024
1 parent 84f8b5d commit 80f12a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entt/entity/group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ template<typename... Lhs, typename... Rhs>

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;
}
Expand Down

0 comments on commit 80f12a7

Please sign in to comment.