[Issue 3806] TypeInfo_Const has member base in object_.d and member next in object.di
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 8 13:08:03 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3806
--- Comment #1 from Sean Kelly <sean at invisibleduck.org> 2010-06-08 13:08:01 PDT ---
There appears to be little consistency with this field for TypeInfo. Some have
a "next" member, some have a "base" member, and some have an "m_next" member.
I'm afraid I'll break something if I change this, so I'm reassigning to Walter.
Ideally, all TypeInfo classes will use the same name (like "base") for the
member variable and override next() appropriately.
--
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