fix gpertools initializer

This commit is contained in:
tqcq 2024-04-29 22:11:51 +08:00
parent 36a3c71449
commit 9a81631692

View File

@ -65,7 +65,7 @@ private:
GoogleInitializer google_initializer_module_##name(#name, google_init_module_##name, NULL); \
__attribute__((constructor)) static void EnsureConstructorRunsBeforeMain() \
{ \
google_initializer_module_##name().name(); \
google_initializer_module_##name.name(); \
} \
}