We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8557755 commit e738bccCopy full SHA for e738bcc
CppCoreGuidelines.md
@@ -8031,11 +8031,6 @@ This rule is about using `final` on classes with virtual functions meant to be i
8031
8032
##### Note
8033
8034
-Capping an individual virtual function with `final` is error-prone as `final` can easily be overlooked when defining/overriding a set of functions.
8035
-Fortunately, the compiler catches such mistakes: You cannot re-declare/re-open a `final` member in a derived class.
8036
-
8037
-##### Note
8038
8039
Claims of performance improvements from `final` should be substantiated.
8040
Too often, such claims are based on conjecture or experience with other languages.
8041
0 commit comments