[Webkit-unassigned] [Bug 74361] check-webkit-style should warn OVERRIDE on destructors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 19:22:02 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74361





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-12-12 19:22:02 PST ---
(In reply to comment #1)
> In the not-actually-final draft C++11 I have, it appears to be okay to add override to any virtual member function (that overrides), including virtual destructors.  Is MSVC requiring something above and beyond (and in violation of) the spec, such that as a purely practical matter "override" shouldn't be used this way?  Just curious.

Why do we ever want to override destructors? What does that mean semantically mean?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list