dmd 1.058 and 2.043 release

bearophile bearophileHUGS at lycos.com
Fri Apr 9 04:35:01 PDT 2010


Thank you for the release and your work, and thank you to Don for all the bug fixes.
I will need some more time to test this release better. In the meantime, is it possible to use BigInts into an AA? This gives a Range violation:

import std.bigint: BigInt;
void main() {
    BigInt[BigInt] aa;
    aa[BigInt(1)]++;
}

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list