mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-25 17:13:14 +01:00
Merged DMD commit c6b6566e95825ad2fcedbe791f04d7f90afa5a0f:
bugzilla 5015 Regression(1.061): Cyclic import breaks is() in a static if
This commit is contained in:
@@ -3403,7 +3403,7 @@ void TemplateInstance::semantic(Scope *sc)
|
||||
*/
|
||||
fatal();
|
||||
}
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
#if LOG
|
||||
printf("\n+TemplateInstance::semantic('%s', this=%p)\n", toChars(), this);
|
||||
|
||||
Reference in New Issue
Block a user