mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Added soft error option to GetGenericParamInstance
This commit is contained in:
parent
dfa03f16dd
commit
e5ba928d85
3 changed files with 15 additions and 5 deletions
|
@ -166,6 +166,13 @@ struct BfAtomCompositeEquals
|
|||
}
|
||||
};
|
||||
|
||||
enum BfFailHandleKind
|
||||
{
|
||||
BfFailHandleKind_Normal,
|
||||
BfFailHandleKind_Soft,
|
||||
BfFailHandleKind_Ignore
|
||||
};
|
||||
|
||||
enum BfWhileSpecializingFlags : int8
|
||||
{
|
||||
BfWhileSpecializingFlag_None = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue