[Issue 4289] template struct opEquals problem

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4289 --- Comment #2 from Don 2010-12-01 02:29:17 PST --- Turns out this is completely unrelated to bug 3607. And it actually has nothing to do with opEquals, either! Change the test case from this: alias Foo!(2) Foo2; to this: alias Foo!(2u) Foo2;

[Issue 4289] template struct opEquals problem

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4289 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|