As agreed in #255, commits squashed (ES.100)

As agreed in #255, two commits squashed.
(ES.100: Don't mix signed and unsigned arithmetic)
pull/261/head
Eliyahu Ravuna 10 years ago
parent f3780fa74b
commit c4b3b8b0c6

@ -8380,7 +8380,9 @@ This example has many more problems.
##### Example
???
unsigned x = 100;
unsigned y = 102;
cout << abs(x-y) << '\n'; //wrong result
##### Note

Loading…
Cancel
Save