[Issue 19161] Wrong mangle for C++ classes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 12 20:20:01 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19161
kinke at gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kinke at gmx.net
OS|Windows |All
--- Comment #3 from kinke at gmx.net ---
There's no clear right or wrong here, and the proposed change would probably
break a lot of code. E.g., all DMD C++ headers would need to be adapted.
Additionally, a D class reference can safely be assumed to be null, while you
normally don't expect null for a C++ reference. => WONTFIX IMO
--
More information about the Digitalmars-d-bugs
mailing list