https://issues.dlang.org/show_bug.cgi?id=24842
Dominikus Dittes Scherkl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dominikus Dittes Scherkl <[email protected]> --- "!" is overwritten using the opCast!bool() operator (it's a cast to the other boolean value). This is like opCmp() overwrites all comparison operators. --
