Comment-in descruct() call.

This commit is contained in:
Sönke Ludwig 2015-08-13 12:53:31 +02:00
parent dab3cf383e
commit ed96f7652f

View file

@ -99,7 +99,7 @@ struct TaggedAlgebraic(U) if (is(U == union))
static if (hasElaborateDestructor!T)
{
case tname:
//.destroy(trustedGet!tname);
.destroy(trustedGet!tname);
return;
}
}