"Zach the Mystic" <[email protected]> wrote in message news:[email protected]... > On Wednesday, 7 March 2012 at 20:46:40 UTC, Andrej Mitrovic wrote: >> Hi, >> >> which version of the compiler can this be built with? >> >> I get this with 2.058: >> dmd\binExp.d(324): Error: function dmd.binExp.EqualExp.isBit of type >> bool() overrides but is not covariant with >> dmd.expression.Expression.isBit of type int() >> dmd\binExp.d(324): Error: function dmd.binExp.EqualExp.isBit does not >> override any function > > Well, I was using 2.057 > > But obviously you've found a bug I can fix rather quickly! > >
You should check, but I think isBit is dead code anyway.
