typo in ES.20

This commit is contained in:
Andrew Pardoe
2018-02-12 11:08:36 -08:00
parent 68aabc2c49
commit f05802af64

View File

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