mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Correcting minor typo
This commit is contained in:
@@ -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 {
|
class D :B {
|
||||||
char character;
|
char character;
|
||||||
|
|||||||
Reference in New Issue
Block a user