[Issue 17440] Nullable.nullify() resets referenced object
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 5 02:07:23 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17440
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |razvan.nitu1305 at gmail.com
--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
>From the docs: "The nullable struct defines a value paired with a null.". I
think that the expectation is that nullable is used with value types, not
reference types or variables of references.
--
More information about the Digitalmars-d-bugs
mailing list