mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added alloctype(T)
This commit is contained in:
parent
a4abd54e7d
commit
9d5d5b4063
12 changed files with 95 additions and 39 deletions
|
@ -3807,6 +3807,8 @@ void BfModule::Visit(BfDeleteStatement* deleteStmt)
|
|||
if (!val)
|
||||
return;
|
||||
|
||||
if (val.mType->IsAllocType())
|
||||
val.mType = val.mType->GetUnderlyingType();
|
||||
|
||||
BfGenericParamType* genericType = NULL;
|
||||
if (val.mType->IsGenericParam())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue