Skip to content

Commit

Permalink
registry: defaulted trivial destructor with implicit noexcept specifi…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
skypjack committed Sep 12, 2024
1 parent 80f12a7 commit 5f1a14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entt/entity/registry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class basic_registry {
}

/*! @brief Default destructor. */
~basic_registry() noexcept(false) {}
~basic_registry() = default;

/**
* @brief Default copy assignment operator, deleted on purpose.
Expand Down

0 comments on commit 5f1a14c

Please sign in to comment.