mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
fixed a word (should be 'that' not 'the') (#1107)
This commit is contained in:
parent
b5a20f10ea
commit
7c11ac1acf
|
@ -16401,7 +16401,7 @@ Ideally, that rule should be language supported by giving you comparison operato
|
|||
|
||||
##### Enforcement
|
||||
|
||||
* Flag classes the support "odd" subsets of a set of operators, e.g., `==` but not `!=` or `+` but not `-`.
|
||||
* Flag classes that support "odd" subsets of a set of operators, e.g., `==` but not `!=` or `+` but not `-`.
|
||||
Yes, `std::string` is "odd", but it's too late to change that.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user