mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
C.80: Fix typo in text
This commit is contained in:
@@ -5512,7 +5512,7 @@ comparisons, `swap`, and `hash`.
|
|||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
The compiler is more likely to get the default semantics right and you cannot implement these function better than the compiler.
|
The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user