[Issue 4013] Inconsistent codeview debug info for classes derived from IUnknown
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 7 15:31:59 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4013
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |bugzilla at digitalmars.com
Resolution| |FIXED
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> 2011-02-07 15:29:36 PST ---
The name in both places should be just IUnknown. The reason is because that
name is used for C++ name mangling, and has to line up with what the
corresponding C++ compiler does with it.
https://github.com/D-Programming-Language/dmd/commit/411b1e5faf3a93149fa9b31c3f0946020f48ccd0
--
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