meta: avoid init meta ctx for meta iterators

This commit is contained in:
Michele Caini
2024-11-02 00:03:07 +01:00
parent ed7b1ab8a1
commit d2f03a3051

View File

@@ -1652,7 +1652,7 @@ public:
}
private:
const meta_ctx *ctx{&locator<meta_ctx>::value_or()};
const meta_ctx *ctx{};
vtable_type *vtable{};
any handle{};
};
@@ -1724,7 +1724,7 @@ public:
}
private:
const meta_ctx *ctx{&locator<meta_ctx>::value_or()};
const meta_ctx *ctx{};
vtable_type *vtable{};
any handle{};
};