Skip to content

Commit

Permalink
Merge pull request #3955 from yebblies/comment4
Browse files Browse the repository at this point in the history
[DDMD] Remove un-convertable comment
  • Loading branch information
AndrejMitrovic committed Sep 7, 2014
2 parents 18d5bd9 + a5a75fd commit ed6356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.c
Expand Up @@ -4356,7 +4356,7 @@ MATCH deduceType(RootObject *o, Scope *sc, Type *tparam, TemplateParameters *par
{
if ((!e->elements || !e->elements->dim) &&
e->type->toBasetype()->nextOf()->ty == Tvoid &&
(tparam->ty == Tarray/* || tparam->ty == Tsarray || tparam->ty == Taarray*/))
tparam->ty == Tarray)
{
// tparam:T[] <- e:[] (void[])
result = deduceEmptyArrayElement();
Expand Down

0 comments on commit ed6356c

Please sign in to comment.