recursive definition error

Frustrated via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 4 09:28:44 PDT 2014


On Friday, 4 July 2014 at 15:42:36 UTC, bearophile wrote:
> Frustrated:
>
>> Since there is no recursion going on there, it shouldn't be a 
>> problem.
>
> Yes, sorry.
>
> In dmd 2.066 this too could work:
>
> alias Array(T) = std.container.Array!T;
>
> Bye,
> bearophile


That just gives more errors.

I'm not using 2.066 though...

I will revert back to the dmd version I was using when it 
worked... Hopefully someone can make sure this is not a 
regression in the mean time... (seems like it is and I don't want 
to get bit again later on when I upgrade)


More information about the Digitalmars-d-learn mailing list