[Issue 1918] __traits(getVirtualFunctions) returns final functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 23 07:56:18 PST 2012


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



--- Comment #10 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-01-23 07:56:13 PST ---
final functions which don't override anything _definitely_ shouldn't be
virtual. There's no reason for them to be virtual, and it harms performance. If
the compiler fails to make them non-virtual, then that's definitely a bug.

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