meta: reintroduce meta_handle default ctor for utilities

This commit is contained in:
skypjack
2025-09-24 15:41:40 +02:00
parent e38e88362f
commit 42259fb1ce
10 changed files with 80 additions and 100 deletions

View File

@@ -106,7 +106,7 @@ TYPED_TEST(EntityCopy, CrossRegistry) {
if(!other) {
using namespace entt::literals;
entt::resolve(storage.info()).invoke("storage"_hs, nullptr, entt::forward_as_meta(dst), id);
entt::resolve(storage.info()).invoke("storage"_hs, entt::meta_any{}, entt::forward_as_meta(dst), id);
other = dst.storage(id);
}