mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed issue with comptime strings ending up in executable
This commit is contained in:
parent
ca3abc617f
commit
b261615bd9
4 changed files with 21 additions and 1 deletions
|
@ -12,6 +12,7 @@ public:
|
|||
bool mNeedsDeferEval;
|
||||
bool mDeferDelegateBind;
|
||||
bool mDeferLiterals;
|
||||
bool mDeferStrings;
|
||||
|
||||
public:
|
||||
BfDeferEvalChecker();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue