فهرست منبع

storage: try to also please gcc-9

Michele Caini 4 سال پیش
والد
کامیت
1d014953e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 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
         : it{base, other...} {}