Merged DMD commit ed6dbb063802afdfd0e6e3f7e338fc9bc1b3ad6b:

applied patch from bugzilla 3175
This commit is contained in:
David Nadlinger
2011-04-22 15:04:01 +02:00
parent fb79515eee
commit b14a8ad6d0

View File

@@ -818,6 +818,7 @@ MATCH TemplateDeclaration::deduceFunctionTemplateMatch(Loc loc, Objects *targsi,
ScopeDsymbol *paramsym = new ScopeDsymbol();
paramsym->parent = scope->parent;
Scope *paramscope = scope->push(paramsym);
paramscope->stc = 0;
TemplateTupleParameter *tp = isVariadic();