1
0
Fork 0
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:
Brian Fiete 2020-01-18 14:43:42 -08:00
parent 07a0972366
commit 3486251254
5 changed files with 124 additions and 61 deletions

View file

@ -308,6 +308,7 @@ public:
bool mIsHeapReference;
bool mResultIsTempComposite;
bool mAllowReadOnlyReference;
bool mInsidePendingNullable;
public:
BfExprEvaluator(BfModule* module);