diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 4af0425..34e0282 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -6355,7 +6355,7 @@ Classes that represent exception objects need both to be polymorphic and copy-co ##### Enforcement -* Flag a polymorphic class with a non-deleted copy operation. +* Flag a polymorphic class with a public copy operation. * Flag an assignment of polymorphic class objects. ## C.other: Other default operation rules