Comment #2 by ilyayaroshenko — 2019-04-12T15:14:08Z
Yes, but this workaround breaks a lot of API logic on the D side.
Comment #3 by kinke — 2019-04-12T20:20:01Z
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
Comment #4 by pro.mathias.lang — 2020-02-19T05:33:48Z
Duplicate of 18896 which has a bit more specific title.
*** This issue has been marked as a duplicate of issue 18896 ***