mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Handle zero-sized enums (<= 1 member)
This commit is contained in:
parent
7b69509b7b
commit
14a3dd8e7d
21 changed files with 461 additions and 135 deletions
|
@ -137,6 +137,8 @@ public:
|
|||
BfTypeInstance* mTypeInstance;
|
||||
BfTypeVector mGenericArguments;
|
||||
BfMethodInstance* mCurMethodInstance;
|
||||
bool mIsMatch;
|
||||
int mArgMatchCount;
|
||||
|
||||
MethodMatchEntry()
|
||||
{
|
||||
|
@ -144,6 +146,8 @@ public:
|
|||
mPayloadEnumField = NULL;
|
||||
mTypeInstance = NULL;
|
||||
mCurMethodInstance = NULL;
|
||||
mIsMatch = false;
|
||||
mArgMatchCount = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue