mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 21:24:41 +03:00
Remove in-text C++ comment sign.
This commit is contained in:
@@ -5007,7 +5007,7 @@ It is really hard to write a foolproof and useful `==` for a hierarchy.
|
||||
// ...
|
||||
};
|
||||
|
||||
// `B`'s comparison accepts 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;
|
||||
|
||||
Reference in New Issue
Block a user