mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fixed a crash inside TraitsExp::semantic when compiling typecons.d with unittests
This commit is contained in:
@@ -108,7 +108,7 @@ struct Match
|
||||
|
||||
void overloadResolveX(Match *m, FuncDeclaration *f,
|
||||
Expression *ethis, Expressions *arguments, Module* from);
|
||||
int overloadApply(Module* from, FuncDeclaration *fstart,
|
||||
int overloadApply(FuncDeclaration *fstart,
|
||||
int (*fp)(void *, FuncDeclaration *),
|
||||
void *param);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user