ソースを参照

test: minor changes (try to also please codecov)

Michele Caini 3 年 前
コミット
d2cd18cb1e
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/entt/resource/resource.hpp

+ 2 - 1
src/entt/resource/resource.hpp

@@ -30,7 +30,8 @@ class resource {
 
 public:
     /*! @brief Default constructor. */
-    resource() ENTT_NOEXCEPT = default;
+    resource() ENTT_NOEXCEPT
+        : value{} {}
 
     /**
      * @brief Creates a handle from a weak pointer, namely a resource.