Comment #0 by ellery-newcomer — 2010-11-28T12:46:53Z
the code:
import std.bigint;
void main(){
if(BigInt(1) < BigInt(2)){
}
}
the fireworks:
/usr/local/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.4.5/../../../../include/d2/4.4.5/std/internal/math/biguintcore.d:183: Error: cannot implicitly convert expression (highestDifferentDigit(this.data,y.data)) of type ulong to uint