[Issue 10586] DMD unable to interpret cascaded template calls at compile time

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10586 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10586] DMD unable to interpret cascaded template calls at compile time

2013-07-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10586 --- Comment #2 from Don 2013-07-10 02:54:12 PDT --- Further reduced shows I'm wrong about it being enums: template FooParams(size_t K) { alias int X; } struct foo { static const int SIZE = int.sizeof; alias FooParams!(

[Issue 10586] DMD unable to interpret cascaded template calls at compile time

2013-07-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10586 Don changed: What|Removed |Added Keywords||ice --- Comment #1 from Don 2013-07-10 01:40:5