mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
commit
ccaa18ade8
|
@ -4557,7 +4557,7 @@ The alternative is to make two failure states compare equal and any valid state
|
|||
// ...
|
||||
};
|
||||
|
||||
// `B`'s comparison accpts conversions for its second operand, but not its first.
|
||||
// `B`'s comparison accepts conversions for its second operand, but not its first.
|
||||
|
||||
class D :B {
|
||||
char character;
|
||||
|
|
Loading…
Reference in New Issue
Block a user