[Issue 13017] opEquals for null std.typecons.Nullable

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 12 20:09:37 PST 2017


https://issues.dlang.org/show_bug.cgi?id=13017

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m

--- Comment #4 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Blast it. The current behavior is _extremely_ annoying once you start having
member variables which are Nullable. You're forced to implement opEquals to
work around this.

--


More information about the Digitalmars-d-bugs mailing list