sparse_set: deprecate type() in favor of info() for consistency

This commit is contained in:
Michele Caini
2025-03-27 10:23:26 +01:00
parent d60efe04fd
commit e42231fab0
16 changed files with 76 additions and 72 deletions

View File

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