mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Corrected enforcement of C.67
This commit is contained in:
parent
528cb9e832
commit
4c4fb37b43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user