Sfoglia il codice sorgente

meta: remove redundant initializer

skypjack 5 mesi fa
parent
commit
25e5123128
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/entt/meta/meta.hpp

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

@@ -735,7 +735,7 @@ public:
     }
 
 private:
-    meta_any any{};
+    meta_any any;
 };
 
 /*! @brief Opaque wrapper for user defined data of any type. */