dmd: template.c:5540: Identifier* TemplateInstance::genIdent(Objects*): Assertion `global.errors' failed.

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Mon Jul 23 13:53:50 PDT 2012


On Mon, 23 Jul 2012 22:21:30 +0200
"Lukasz" <wrzoski at gmail.com> wrote:

> I hope someone will put this on bugzilla
> 
> dmd loops endlessly on this code:
> ----------------
> import std.typecons;
> string bug(T..., U : tuple!T)(tuple!T t);
> 
> 
> dmd aborts on this code:
> ----------------
> import std.typecons;
> string bug(T, U : tuple!T)(tuple!T t);
> enum e = bug(tuple!int);

You can put it there: http://d.puremagic.com/issues/


More information about the Digitalmars-d mailing list