abstract function templates

Simen kjaeraas simen.kjaras at gmail.com
Sun Dec 26 13:41:51 PST 2010


Nrgyzer <nrgyzer at gmail.com> wrote:

> I hope anyone can help me - thanks!

D currently does not support virtual template functions (and thus
overriding such). The solution (if you can call it that) is to simply
not mark draw with override, and perhaps remove it from the base class.

-- 
Simen


More information about the Digitalmars-d-learn mailing list