[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:16:39 PST 2011


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


Jeff Walden (remove +bwo to email) <jwalden+bwo at mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jwalden+bwo at mit.edu




--- Comment #1 from Jeff Walden (remove +bwo to email) <jwalden+bwo at mit.edu>  2011-12-12 19:16:39 PST ---
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.

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