Remove in-text C++ comment sign.

This commit is contained in:
Andreas Scherer
2015-10-18 11:27:03 +02:00
parent 7c25281c38
commit 69405d3d15

View File

@@ -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;