[Issue 3472] alias of a template cannot be used to override a function required by an interface

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 4 08:25:54 PST 2009


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



--- Comment #1 from Fawzi Mohamed <fawzi at gmx.ch> 2009-11-04 08:25:54 PST ---
For completness I forgot to say that also
{{{
alias print!(int).print f;
}}}
does not work, and with the mixin to *really* have it working you need the
mixin (that mixes in the things with the correct name to remove the interface
error), and alias (to make overloading actually work).
Definitely ugly

-- 
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