exceptions

Ellery Newcomer ellery-newcomer at utulsa.edu
Wed Feb 24 05:34:30 PST 2010


On 02/24/2010 03:10 AM, bearophile wrote:
> Ellery Newcomer:
>> Okay, does anyone know a good way to figure out where something like
>> this is coming from:
>> object.Exception: lengths don't match for array copy
>
> void main() {
>      auto a1 = new int[5];
>      auto a2 = new int[4];
>      a1[] = a2;
> }
>
> Bye,
> bearophile

I want line numbers


More information about the Digitalmars-d-learn mailing list