mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Derived CRTP fixes
This commit is contained in:
parent
fda6c326c0
commit
a6e8436b2f
3 changed files with 45 additions and 1 deletions
|
@ -143,10 +143,11 @@ public:
|
|||
|
||||
BfPopulateType mPopulateType;
|
||||
BfTypeReference* mCurBaseTypeRef;
|
||||
BfTypeInstance* mCurBaseType;
|
||||
BfTypeReference* mCurAttributeTypeRef;
|
||||
BfFieldDef* mCurFieldDef;
|
||||
BfTypeDef* mCurTypeDef;
|
||||
BfTypeDef* mForceActiveTypeDef;
|
||||
BfTypeDef* mForceActiveTypeDef;
|
||||
ResolveKind mResolveKind;
|
||||
BfAstNode* mCurVarInitializer;
|
||||
int mArrayInitializerSize;
|
||||
|
@ -160,6 +161,7 @@ public:
|
|||
|
||||
mPopulateType = BfPopulateType_Identity;
|
||||
mCurBaseTypeRef = NULL;
|
||||
mCurBaseType = NULL;
|
||||
mCurFieldDef = NULL;
|
||||
mCurAttributeTypeRef = NULL;
|
||||
mCurTypeDef = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue