typo in ES.20

pull/1210/head
Andrew Pardoe 8 years ago
parent 68aabc2c49
commit f05802af64

@ -10171,7 +10171,7 @@ In the not uncommon case where the input target and the input operation get sepa
int i2 = 0; // better
// ...
cin >> i;
cin >> i2;
A good optimizer should know about input operations and eliminate the redundant operation.

Loading…
Cancel
Save