|
@@ -75,7 +75,7 @@ template<typename...>
|
|
|
struct template_clazz {};
|
|
struct template_clazz {};
|
|
|
|
|
|
|
|
class MetaContext: public ::testing::Test {
|
|
class MetaContext: public ::testing::Test {
|
|
|
- void init_global_context() {
|
|
|
|
|
|
|
+ static void init_global_context() {
|
|
|
using namespace entt::literals;
|
|
using namespace entt::literals;
|
|
|
|
|
|
|
|
entt::meta<int>()
|
|
entt::meta<int>()
|