Ver Fonte

storage: try to also please gcc-9

Michele Caini há 4 anos atrás
pai
commit
1d014953e3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/entt/entity/storage.hpp

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

@@ -169,7 +169,7 @@ public:
     using reference = value_type;
     using reference = value_type;
     using iterator_category = std::input_iterator_tag;
     using iterator_category = std::input_iterator_tag;
 
 
-    extended_storage_iterator() ENTT_NOEXCEPT = default;
+    extended_storage_iterator() = default;
 
 
     extended_storage_iterator(It base, Other... other) ENTT_NOEXCEPT
     extended_storage_iterator(It base, Other... other) ENTT_NOEXCEPT
         : it{base, other...} {}
         : it{base, other...} {}