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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 9 05:42:48 PST 2011


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


Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com


--- Comment #1 from Steven Schveighoffer <schveiguy at 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: -------


More information about the Digitalmars-d-bugs mailing list