http://d.puremagic.com/issues/show_bug.cgi?id=4239
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2010-05-26 14:58:55 PDT --- This seems to work fine: struct X(T...) { } static assert(is(X!(int, int) == X!(int, int))); static assert(is(X!(int, "foo") == X!(int, "foo"))); static assert(!is(X!(int, "foo") == X!("foo", int))); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
