Updated to dmdfe 2.051

This commit is contained in:
Alexey Prokhin
2011-01-05 18:21:40 +03:00
parent 8a4ee0ede5
commit c5e9784863
37 changed files with 1405 additions and 1157 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ struct TemplateInstance : ScopeDsymbol
TemplateDeclaration *findBestMatch(Scope *sc);
void declareParameters(Scope *sc);
int hasNestedArgs(Objects *tiargs);
Identifier *genIdent();
Identifier *genIdent(Objects *args);
TemplateInstance *isTemplateInstance() { return this; }
AliasDeclaration *isAliasDeclaration();