null dereference exception vs. segfault?

bearophile bearophileHUGS at lycos.com
Mon Aug 2 16:12:17 PDT 2010


> Is this enough?
> struct NotNull(T) if (is(T.init is null)) {

Sorry, I meant:

struct NotNull(T) if (T.init is null) {

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list