Jelajahi Sumber

meta: drop redundant member init

Michele Caini 1 tahun lalu
induk
melakukan
09c11f9324
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/entt/meta/meta.hpp

+ 2 - 2
src/entt/meta/meta.hpp

@@ -1672,7 +1672,7 @@ public:
 private:
 private:
     const meta_ctx *ctx{};
     const meta_ctx *ctx{};
     vtable_type *vtable{};
     vtable_type *vtable{};
-    any handle{};
+    any handle;
 };
 };
 
 
 class meta_associative_container::meta_iterator final {
 class meta_associative_container::meta_iterator final {
@@ -1744,7 +1744,7 @@ public:
 private:
 private:
     const meta_ctx *ctx{};
     const meta_ctx *ctx{};
     vtable_type *vtable{};
     vtable_type *vtable{};
-    any handle{};
+    any handle;
 };
 };
 /*! @endcond */
 /*! @endcond */