mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed extension issue, fixed false dep from conversion operator
This commit is contained in:
parent
d40f7fa759
commit
4efa88376c
3 changed files with 69 additions and 65 deletions
|
@ -10884,7 +10884,7 @@ void BfModule::AddMethodReference(const BfMethodRef& methodRef, BfGetMethodInsta
|
|||
BfMethodRef methodRef = methodInstance;
|
||||
BfSpecializedMethodRefInfo* specializedMethodRefInfo = NULL;
|
||||
bool isNew = mCurTypeInstance->mSpecializedMethodReferences.TryAdd(methodRef, NULL, &specializedMethodRefInfo);
|
||||
|
||||
|
||||
if (((flags & BfGetMethodInstanceFlag_Unreified) == 0) &&
|
||||
((flags & BfGetMethodInstanceFlag_NoForceReification) == 0) &&
|
||||
(mIsReified))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue