[Issue 2953] tuple.length rejected as a tuple parameter in a static foreach

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2953 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Version|1.042 |D1 --

[Issue 2953] tuple.length rejected as a tuple parameter in a static foreach

2011-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2953 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 2953] tuple.length rejected as a tuple parameter in a static foreach

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

[Issue 2953] tuple.length rejected as a tuple parameter in a static foreach

2011-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2953 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added CC|

[Issue 2953] tuple.length rejected as a tuple parameter in a static foreach

2011-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2953 --- Comment #2 from Don clugd...@yahoo.com.au 2011-08-11 22:40:45 PDT --- Reduced form of the test case in comment 1: - template Sequenced() {} struct IndexedBy(L...) { alias L List; } struct MIC(F){ int[F.List.length] w; }