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:
parent
95e4c1b3ca
commit
e1958d165e
2 changed files with 57 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue