Fix P.11: Missing bug description. (#2245)

pull/2250/head
Sergii Slobodianiuk 12 months ago committed by GitHub
parent 6864a9fc9e
commit f7d1181212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1123,7 +1123,7 @@ Messy, low-level code breeds more such code.
} }
This is low-level, verbose, and error-prone. This is low-level, verbose, and error-prone.
For example, we "forgot" to test for memory exhaustion. For example, we "forgot" to test for memory exhaustion and assign new value to `sz`.
Instead, we could use `vector`: Instead, we could use `vector`:
vector<int> v; vector<int> v;

Loading…
Cancel
Save