From ed96f7652fb82e1f8f77ba9bf4cbc5191856c50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 13 Aug 2015 12:53:31 +0200 Subject: [PATCH] Comment-in descruct() call. --- source/taggedalgebraic.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }