https://issues.dlang.org/show_bug.cgi?id=19161
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] OS|Windows |All --- Comment #3 from [email protected] --- 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 --
