https://issues.dlang.org/show_bug.cgi?id=16227
TJ Ryan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from TJ Ryan <[email protected]> --- Throwing `writeln(!e);` before the `if (!e) continue;` on line 1943 of numeric.d somehow got the unittest to pass. What's more interesting is that every time the continue is taken, !e is reported to be false. --
