https://issues.dlang.org/show_bug.cgi?id=13489
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from yebblies <[email protected]> --- (In reply to Walter Bright from comment #2) > Having cast(bool)d rewritten to be d<>0 is also problematic as Don Clugston > is a vocal advocate of having the <> operator removed from D. This is not problematic, the compiler using it internally does not mean it has to be exposed to the user. --
