https://issues.dlang.org/show_bug.cgi?id=22527
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg --- Comment #1 from [email protected] --- The problem here is that the integral value of float.max exceeds int.max, so it's a truncation followed by an integer overflow. --
