https://issues.dlang.org/show_bug.cgi?id=15793
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #2 from Jonathan M Davis <[email protected]> --- It's still more efficient to use is null or !is null, and it's what code really should be doing, but making it an error to use == null or != null is arguably a bit much. --
