Null pointer dereferencing in D

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 13 14:45:38 PDT 2014


On Fri, 13 Jun 2014 21:23:00 +0000
deadalnix via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> The approach consisting in having non nullable pointers/reference
> by default is the one that is gaining traction and for good
> reasons.

That interacts _really_ badly with D's approach of requiring init values for
all types. We have enough problems with @disable this() as it is.

- Jonathan M Davis


More information about the Digitalmars-d mailing list