recursive definition error

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


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


More information about the Digitalmars-d-learn mailing list