[Issue 6084] Impossible to instantiate local template with TypeTuple-foreach iterator variable.

2011-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6084 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6084] Impossible to instantiate local template with TypeTuple-foreach iterator variable.

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6084 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-09-22 11:41:43 PDT --- https://github.com/D-Programming-Language/dmd/pull/406 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 6084] Impossible to instantiate local template with TypeTuple-foreach iterator variable.

2011-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6084 --- Comment #2 from timon.g...@gmx.ch 2011-06-01 01:32:09 PDT --- Another workaround: import std.typetuple; void main(){ int foo(int x)(){return x;} foreach(i;TypeTuple!(0)){ foo!(i+0); } } -- Configure issuemail: