diff --git a/dmd/template.c b/dmd/template.c index c91564fd..7c3aaf86 100644 --- a/dmd/template.c +++ b/dmd/template.c @@ -3403,7 +3403,7 @@ void TemplateInstance::semantic(Scope *sc) */ fatal(); } - return; + //return; } #if LOG printf("\n+TemplateInstance::semantic('%s', this=%p)\n", toChars(), this);