Reorder fields.

This commit is contained in:
Christoffer Lerno
2025-06-13 22:08:07 +02:00
parent 5f6f52838c
commit a3abea1a33

View File

@@ -498,9 +498,9 @@ struct Signature_
typedef struct
{
TypeInfoId type_parent;
OperatorOverload operator : 6;
unsigned overload_type : 2;
bool is_wildcard_overload : 1;
unsigned is_wildcard_overload : 1;
OperatorOverload operator : 6;
Signature signature;
AstId body;
AstId docs;