[Issue 5498] array of elements of subtypes of a common supertype

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5498


Steven Schveighoffer schvei...@yahoo.com changed:

   What|Removed |Added

 CC||schvei...@yahoo.com


--- Comment #1 from Steven Schveighoffer schvei...@yahoo.com 2011-03-09 
05:39:44 PST ---
I just noticed, your example lacks definition of T0, T1 and T2.

Should be:

class T0 {}
class T1 : T0 {}
class T2 : T0 {}

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


[Issue 5498] array of elements of subtypes of a common supertype

2011-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5498


Steven Schveighoffer schvei...@yahoo.com changed:

   What|Removed |Added

 CC||wilfried.kirschenmann@gmail
   ||.com


--- Comment #2 from Steven Schveighoffer schvei...@yahoo.com 2011-03-09 
05:41:07 PST ---
*** Issue 5723 has been marked as a duplicate of this issue. ***

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