mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improved undef handling of unspecialized const generic arg
This commit is contained in:
parent
a30e539d29
commit
42e837301b
6 changed files with 49 additions and 33 deletions
|
@ -84,6 +84,7 @@ enum BfEvalExprFlags
|
|||
BfEvalExprFlags_NoCeRebuildFlags = 0x4000000,
|
||||
BfEvalExprFlags_FromConversionOp = 0x8000000,
|
||||
BfEvalExprFlags_FromConversionOp_Explicit = 0x10000000,
|
||||
BfEvalExprFlags_AllowGenericConstValue = 0x20000000,
|
||||
|
||||
BfEvalExprFlags_InheritFlags = BfEvalExprFlags_NoAutoComplete | BfEvalExprFlags_Comptime | BfEvalExprFlags_DeclType
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue