recursive definition error

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 4 08:10:13 PDT 2014


Frustrated:

> After upgrading to latest dmd, I get the follow error on the 
> code
>
> template Array(T) { alias Array = std.container.Array!T; }

Try to use a different name inside the template, like "Vector".

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list