Remove the old switch/for semantics entirely and enforce switch &x in y

This commit is contained in:
gingerBill
2024-05-16 14:39:16 +01:00
parent e71cd871c4
commit a344bc4c0e
3 changed files with 15 additions and 63 deletions

View File

@@ -85,8 +85,6 @@ enum EntityFlag : u64 {
EntityFlag_Require = 1ull<<50,
EntityFlag_ByPtr = 1ull<<51, // enforce parameter is passed by pointer
EntityFlag_OldForOrSwitchValue = 1ull<<52,
EntityFlag_Overridden = 1ull<<63,
};