Skip to content

Commit

Permalink
disallow some base class conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 29, 2012
1 parent 3094487 commit eb18d45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arrays.dd
Expand Up @@ -1068,7 +1068,8 @@ writefln("the string is '%s'", str);

$(UL
$(LI $(D $(I T)[]))
$(LI $(D $(I U)[]))
$(V1 $(LI $(D $(I U)[])))
$(V2 $(LI $(D const($(I U))[])))
$(LI $(D void[]))
)

Expand All @@ -1077,7 +1078,8 @@ writefln("the string is '%s'", str);
)

$(UL
$(LI $(D $(I U)[]))
$(V1 $(LI $(D $(I U)[])))
$(V2 $(LI $(D const($(I U))[])))
$(LI $(D void[]))
)

Expand Down

0 comments on commit eb18d45

Please sign in to comment.