mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Fixed errors for circular data references in member attributes
This commit is contained in:
parent
07a0972366
commit
3486251254
5 changed files with 124 additions and 61 deletions
|
@ -308,6 +308,7 @@ public:
|
|||
bool mIsHeapReference;
|
||||
bool mResultIsTempComposite;
|
||||
bool mAllowReadOnlyReference;
|
||||
bool mInsidePendingNullable;
|
||||
|
||||
public:
|
||||
BfExprEvaluator(BfModule* module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue