http://d.puremagic.com/issues/show_bug.cgi?id=1918
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from yebblies <[email protected]> 2012-01-22 19:01:55 EST --- (In reply to comment #3) > Could you please explain how a final function that doesn't override anything > is > ever supposed to be virtual? Final functions can be seen as the end of a chain of overridden functions - even if the functions is also the first in the chain and therefore never uses virtual dispatch. Either definition could be useful so having both available is probably the best solution. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
