https://issues.dlang.org/show_bug.cgi?id=3947
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Treleaven <[email protected]> --- > - finite real numbers > -1 and < 1 are false That is not the case, at least for all compilers currently on run.dlang.io: static assert(cast(bool) 0.1f); Built-in complex numbers are now deprecated. --
