mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Refactoring of operator constraints, generic param population
This commit is contained in:
parent
b975acb711
commit
75eeb25555
9 changed files with 301 additions and 85 deletions
|
@ -1382,6 +1382,8 @@ BfTypeInstance::~BfTypeInstance()
|
|||
delete mAttributeData;
|
||||
for (auto methodInst : mInternalMethods)
|
||||
delete methodInst;
|
||||
for (auto operatorInfo : mOperatorInfo)
|
||||
delete operatorInfo;
|
||||
delete mHotTypeData;
|
||||
delete mConstHolder;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue