Skip to content

Commit

Permalink
Merge pull request #6194 from WalterBright/fix16484
Browse files Browse the repository at this point in the history
add comment in response to Issue 16484
  • Loading branch information
MartinNowak committed Oct 16, 2016
2 parents 3ddd65b + daf387f commit bee58a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dtemplate.d
Expand Up @@ -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;
}
Expand Down

0 comments on commit bee58a2

Please sign in to comment.