Resolving operator overloads functions
This commit is contained in:
@@ -269,6 +269,8 @@ struct Ast_Decl: Ast{
|
||||
Intern_String name;
|
||||
Intern_String unique_name; // For code generation, currently only present on lambdas
|
||||
|
||||
U64 operator_overload_arguments_hash;
|
||||
|
||||
Ast_Scope *scope;
|
||||
Ast_Expr *typespec;
|
||||
union{
|
||||
|
||||
Reference in New Issue
Block a user