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 0bb4ea3 commit a45fa66Copy full SHA for a45fa66
final/final.cpp
@@ -1,4 +1,5 @@
1
-class Foo final;
+class Foo final {
2
+};
3
4
// class Bar : public Foo { }; error! can't inherit from final function
5
0 commit comments