https://issues.dlang.org/show_bug.cgi?id=18054
Mike Parker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mike Parker <[email protected]> --- This also happens with double & real, and literals. auto d = 0.5; assert(cast(bool)d); assert(cast(bool)0.5); --
