[Issue 3889] Forbid null as representation of empty dynamic array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 17 12:24:34 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3889



--- Comment #6 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> 2010-11-17 12:23:21 PST ---
compare
---
foo[]=(cast(Foo[])[])[]; //copy empty array

foo[]=(cast(Foo[])null)[]; //copy null slice
---

The first line has all 3 meanings of []

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list