Corrected enforcement of C.67

This commit is contained in:
Herb Sutter 2021-06-17 11:45:01 -07:00
parent 528cb9e832
commit 4c4fb37b43

View File

@ -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