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