mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Corrected enforcement of C.67
This commit is contained in:
@@ -6355,7 +6355,7 @@ Classes that represent exception objects need both to be polymorphic and copy-co
|
|||||||
|
|
||||||
##### Enforcement
|
##### 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.
|
* Flag an assignment of polymorphic class objects.
|
||||||
|
|
||||||
## C.other: Other default operation rules
|
## C.other: Other default operation rules
|
||||||
|
|||||||
Reference in New Issue
Block a user