From 476eedcba4bbe304db957c3c1bf0d5868a75a5ad Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 22 Apr 2011 21:07:16 +0200 Subject: [PATCH] Merged DMD commit c6b6566e95825ad2fcedbe791f04d7f90afa5a0f: bugzilla 5015 Regression(1.061): Cyclic import breaks is() in a static if --- dmd/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);