mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 05:13:14 +01:00
Merged DMD commit ed6dbb063802afdfd0e6e3f7e338fc9bc1b3ad6b:
applied patch from bugzilla 3175
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user