Walter Bright <[email protected]> wrote: [...] > and ref's can still be null in C++!
AFAIK only if you dereference a NULL pointer, which is UB. So not really. [...] Tobi
Tobias Müller via Digitalmars-d Mon, 08 Dec 2014 14:00:45 -0800
Walter Bright <[email protected]> wrote: [...] > and ref's can still be null in C++!
AFAIK only if you dereference a NULL pointer, which is UB. So not really. [...] Tobi