removed wrong ENTT_NOEXCEPT
This commit is contained in:
@@ -779,7 +779,7 @@ public:
|
||||
* @return References to the components owned by the entity.
|
||||
*/
|
||||
template<typename... Component>
|
||||
decltype(auto) get([[maybe_unused]] const entity_type entity) const ENTT_NOEXCEPT {
|
||||
decltype(auto) get([[maybe_unused]] const entity_type entity) const {
|
||||
ENTT_ASSERT(valid(entity));
|
||||
|
||||
if constexpr(sizeof...(Component) == 1) {
|
||||
|
||||
Reference in New Issue
Block a user