recursive definition error

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 4 08:37:51 PDT 2014


On Friday, 4 July 2014 at 15:07:00 UTC, Frustrated wrote:
> After upgrading to latest dmd, I get the follow error on the 
> code
>
> template Array(T) { alias Array = std.container.Array!T; }
>
> Error: Array!(iDataBlock).Array recursive alias declaration
>
> I don't see anything recursive about it... and the code worked 
> before. Any ideas?

Which version of DMD exactly? This works in DMD git.


More information about the Digitalmars-d-learn mailing list