[dmd-beta] dmd 2.049 beta
Rainer Schuetze
r.sagitario at gmx.de
Wed Sep 15 10:31:08 PDT 2010
I've hit a bad assertion in the new std.range.SortedRange:
immutable size_t msb = bsr(this._input.length) + 1;
assert(msb > 0 && msb < this._input.length);
fails for length 2.
Walter Bright wrote:
> New beta up with your corrections.
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
More information about the dmd-beta
mailing list