mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 13:14:40 +03:00
typo in ES.20
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user