Remove "Capping" note, closes #2236

pull/2245/head
Herb Sutter 1 year ago
parent 8557755adb
commit e738bcc73c

@ -8031,11 +8031,6 @@ This rule is about using `final` on classes with virtual functions meant to be i
##### Note ##### Note
Capping an individual virtual function with `final` is error-prone as `final` can easily be overlooked when defining/overriding a set of functions.
Fortunately, the compiler catches such mistakes: You cannot re-declare/re-open a `final` member in a derived class.
##### Note
Claims of performance improvements from `final` should be substantiated. Claims of performance improvements from `final` should be substantiated.
Too often, such claims are based on conjecture or experience with other languages. Too often, such claims are based on conjecture or experience with other languages.

Loading…
Cancel
Save