mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
fixed error in code comment (#1105)
This commit is contained in:
committed by
Sergey Zubkov
parent
352e94babe
commit
b5a20f10ea
@@ -16299,7 +16299,7 @@ The ability to specify a meaningful semantics is a defining characteristic of a
|
|||||||
|
|
||||||
int x = 7;
|
int x = 7;
|
||||||
int y = 9;
|
int y = 9;
|
||||||
auto z = algo(x, y); // z = 18
|
auto z = algo(x, y); // z = 16
|
||||||
|
|
||||||
string xx = "7";
|
string xx = "7";
|
||||||
string yy = "9";
|
string yy = "9";
|
||||||
|
|||||||
Reference in New Issue
Block a user