mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
C.130: drop final from last commit per meeting notes
This commit is contained in:
@@ -7491,7 +7491,7 @@ Copying a polymorphic class is discouraged due to the slicing problem, see [C.67
|
|||||||
// ...
|
// ...
|
||||||
};
|
};
|
||||||
|
|
||||||
class D final : public B {
|
class D : public B {
|
||||||
public:
|
public:
|
||||||
~D() override {};
|
~D() override {};
|
||||||
gsl::owner<D*> clone() const override
|
gsl::owner<D*> clone() const override
|
||||||
|
|||||||
Reference in New Issue
Block a user