C.other: Improve language just a bit (#1773)

pull/1666/merge
Juha Reunanen 5 years ago committed by GitHub
parent b933a61940
commit 52b0aa7cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6350,8 +6350,8 @@ Classes that represent exception objects need both to be polymorphic and copy-co
## C.other: Other default operation rules
In addition to the operations for which the language offer default implementations,
there are a few operations that are so foundational that it rules for their definition are needed:
In addition to the operations for which the language offers default implementations,
there are a few operations that are so foundational that specific rules for their definition are needed:
comparisons, `swap`, and `hash`.
### <a name="Rc-eqdefault"></a>C.80: Use `=default` if you have to be explicit about using the default semantics

Loading…
Cancel
Save