[Issue 10813] ICE(DMD2.063) template.c:6040: Identifier* TemplateInstance::genIdent(Objects*): Assertion `global.errors' failed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 13 00:04:23 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10813



--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-08-13 00:04:22 PDT ---
(In reply to comment #0)
> import std.typecons;
> 
> T test(T, Tup: Tuple!(T))(Tup t)
> {
>     return t[0];
> }
> 
> void main() {}
> 
> 
> http://dpaste.dzfl.pl/ba070d91

The issue does not occur with git head (b4584d77bd).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list