[Issue 9091] Perhaps another forward referencing bug.

2012-11-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9091 --- Comment #2 from Kenji Hara 2012-11-30 20:04:31 PST --- Furthermore reduced case: template isVariable(X...) if (X.length == 1) { enum isVariable = true; } class C { int x; void func() { enum is_x = isVariable!(__traits(

[Issue 9091] Perhaps another forward referencing bug.

2012-11-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9091 Manu changed: What|Removed |Added Severity|normal |major --- Comment #1 from Manu 2012-11-29 04:2