Lambdas are now const while resolving, Aliasing lambdas
This commit is contained in:
@@ -88,7 +88,6 @@ struct Ast_Expr:Ast{
|
||||
};
|
||||
|
||||
struct Ast_Atom: Ast_Expr{
|
||||
Ast_Decl *resolved_decl;
|
||||
INLINE_VALUE_FIELDS;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user