meta: meta_any -> meta_handle

This commit is contained in:
skypjack
2025-09-24 15:52:32 +02:00
parent 84fee2848f
commit 4e47c535c4
9 changed files with 82 additions and 80 deletions

View File

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