mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Merge pull request #261 from Eliyahu-Ravuna/patch-8
As agreed in #255, commits squashed (ES.100)
This commit is contained in:
@@ -8380,7 +8380,9 @@ This example has many more problems.
|
|||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
???
|
unsigned x = 100;
|
||||||
|
unsigned y = 102;
|
||||||
|
cout << abs(x-y) << '\n'; //wrong result
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user