diff --git a/source/taggedalgebraic.d b/source/taggedalgebraic.d index 044b4d2..eed811a 100644 --- a/source/taggedalgebraic.d +++ b/source/taggedalgebraic.d @@ -99,7 +99,7 @@ struct TaggedAlgebraic(U) if (is(U == union)) static if (hasElaborateDestructor!T) { case tname: - //.destroy(trustedGet!tname); + .destroy(trustedGet!tname); return; } }