@@ -5,7 +5,7 @@
#include "../../../common/boxed_type.h"
struct userdata {
- typename entt::locator<test::boxed_int>::node_type handle{};
+ entt::locator<test::boxed_int>::node_type handle{};
int value{};
};
@@ -6,8 +6,8 @@
#include <entt/meta/meta.hpp>
- entt::locator<entt::meta_ctx>::node_type ctx;
- entt::meta_any any;
+ entt::locator<entt::meta_ctx>::node_type ctx{};
+ entt::meta_any any{};
#endif
@@ -18,8 +18,8 @@
}
ASSIGN_TYPE_ID(void);