Merge pull request #261 from Eliyahu-Ravuna/patch-8

As agreed in #255, commits squashed (ES.100)
This commit is contained in:
Gabriel Dos Reis 2015-10-02 06:05:42 -07:00
commit 57d06f2138

View File

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