Can we just have struct inheritence already?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Thu Jun 13 18:00:46 UTC 2019


On Thursday, 13 June 2019 at 17:39:56 UTC, Jonathan M Davis wrote:
> As I understand it, a real problem related to this that exists 
> right now is that llvm considers dereferencing null to be 
> undefined behavior.

Not really. Clang might.

You should be able to control this by how you set up the 
optimizer:

http://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.html




More information about the Digitalmars-d mailing list