1
0
Fork 0
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:
Brian Fiete 2023-03-02 12:41:07 -05:00
parent ca3abc617f
commit b261615bd9
4 changed files with 21 additions and 1 deletions

View file

@ -12,6 +12,7 @@ public:
bool mNeedsDeferEval;
bool mDeferDelegateBind;
bool mDeferLiterals;
bool mDeferStrings;
public:
BfDeferEvalChecker();