mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-08 00:14:10 +02:00
fixes #428 :: apply DMDFE 1.061; thanks SiegeLord
This commit is contained in:
@@ -3544,7 +3544,11 @@ void TemplateInstance::semantic(Scope *sc)
|
||||
}
|
||||
errors = 1;
|
||||
if (global.gag)
|
||||
{ // Try to reset things so we can try again later to instantiate it
|
||||
tempdecl->instances.remove(tempdecl_instance_idx);
|
||||
semanticRun = 0;
|
||||
inst = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
#if LOG
|
||||
|
||||
Reference in New Issue
Block a user