mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Size to store overload increas for msvc.
This commit is contained in:
@@ -613,7 +613,7 @@ typedef struct Decl_
|
||||
bool attr_nopadding : 1;
|
||||
bool attr_compact : 1;
|
||||
bool resolved_attributes : 1;
|
||||
OperatorOverload operator : 5;
|
||||
OperatorOverload operator : 6;
|
||||
union
|
||||
{
|
||||
void *backend_ref;
|
||||
|
||||
Reference in New Issue
Block a user