recursive definition error

Frustrated via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 4 08:06:59 PDT 2014


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?





More information about the Digitalmars-d-learn mailing list