Comment-in descruct() call.
This commit is contained in:
parent
dab3cf383e
commit
ed96f7652f
|
@ -99,7 +99,7 @@ struct TaggedAlgebraic(U) if (is(U == union))
|
|||
static if (hasElaborateDestructor!T)
|
||||
{
|
||||
case tname:
|
||||
//.destroy(trustedGet!tname);
|
||||
.destroy(trustedGet!tname);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue