From daf387f065d4914cc868deb584ee8b6fb53774a5 Mon Sep 17 00:00:00 2001 From: Walter Bright Date: Thu, 13 Oct 2016 16:54:43 -0700 Subject: [PATCH] add comment in reponse to Issue 16484 --- src/dtemplate.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dtemplate.d b/src/dtemplate.d index 6e15861c8874..d3844be82cb2 100644 --- a/src/dtemplate.d +++ b/src/dtemplate.d @@ -1912,6 +1912,7 @@ extern (C++) final class TemplateDeclaration : ScopeDsymbol } else { + // Discussion: https://issues.dlang.org/show_bug.cgi?id=16484 if (MATCHconvert < matchTiargs) matchTiargs = MATCHconvert; }