Using immutable values as template parameter hangs dmd

2011-06-26 Thread simendsjo
This is probably not a minimal test case, but it's as far as I got. Don't know what the actual bug is, so I'd be grateful if someone else could help explain it so I can add it to Bugzilla with a better subject. This is using DMD 2.053 on win7. struct S(int N) { immutable SN = N; //

Re: Using immutable values as template parameter hangs dmd

2011-06-26 Thread Simen Kjaeraas
On Sun, 26 Jun 2011 16:10:04 +0200, simendsjo simen.end...@pandavre.com wrote: This is probably not a minimal test case, but it's as far as I got. Don't know what the actual bug is, so I'd be grateful if someone else could help explain it so I can add it to Bugzilla with a better subject.