Open wilzbach opened 5 years ago
Currently this fails:
uint i = 1; assert(i > -2);
https://run.dlang.io/is/ryvnte
See also: https://d.puremagic.com/issues/show_bug.cgi?id=259
Any signed or only negative signed?
Currently this fails:
https://run.dlang.io/is/ryvnte
See also: https://d.puremagic.com/issues/show_bug.cgi?id=259