mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed const eval dependency issues
This commit is contained in:
parent
fa65029dfa
commit
86b5e65015
9 changed files with 82 additions and 22 deletions
|
@ -908,6 +908,7 @@ public:
|
|||
DefState_Signature_Changed,
|
||||
DefState_InlinedInternals_Changed, // Code within methods, including inlined methods, changed
|
||||
DefState_Internals_Changed, // Only code within a non-inlined methods changed
|
||||
DefState_Refresh,
|
||||
DefState_Deleted
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue