mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
@@ -3409,7 +3409,7 @@ Placing them in the same namespace as the class makes their relationship to the
|
||||
|
||||
##### Note
|
||||
|
||||
This is expecially important for [overloaded operators](#Ro-namespace).
|
||||
This is especially important for [overloaded operators](#Ro-namespace).
|
||||
|
||||
##### Enforcement
|
||||
|
||||
@@ -6675,7 +6675,7 @@ Avoiding inconsistent definition in different namespaces
|
||||
|
||||
bool s==s;
|
||||
|
||||
This is what a deafault == would do, if we had such defaults.
|
||||
This is what a default `==` would do, if we had such defaults.
|
||||
|
||||
##### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user