Ver Fonte

meta: remove redundant initializer

skypjack há 6 meses atrás
pai
commit
25e5123128
1 ficheiros alterados com 1 adições e 1 exclusões
  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. */