[Issue 4289] template struct opEquals problem

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 1 02:30:51 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4289



--- Comment #2 from Don <clugdbug at yahoo.com.au> 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;
and it compiles!!!

This is the same issue as bug 2257.

*** This issue has been marked as a duplicate of issue 2257 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list