1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Allowing capture of shadowed (@) variables

This commit is contained in:
Brian Fiete 2020-01-23 13:07:43 -08:00
parent 95e4c1b3ca
commit e1958d165e
2 changed files with 57 additions and 20 deletions

View file

@ -822,7 +822,7 @@ struct BfMemberSetEntry
return mMemberDef->mName == other.mMemberDef->mName;
}
bool operator==(const String& other) const
bool operator==(const StringImpl& other) const
{
return mMemberDef->mName == other;
}