mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
feat(instance): initialize TInstanceIdTable::s_idTable
This commit is contained in:
parent
ba55476567
commit
c90974e2cd
1 changed files with 3 additions and 0 deletions
|
|
@ -11,4 +11,7 @@ class TSingletonInstanceId : public TInstanceId<T> {
|
||||||
static TInstanceIdTable<T, offset> s_idTable;
|
static TInstanceIdTable<T, offset> s_idTable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template <class T, size_t offset>
|
||||||
|
TInstanceIdTable<T, offset> TSingletonInstanceId<T, offset>::s_idTable;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue