Fixed typo in previous commit, closes #1395

pull/1402/head
hsutter 7 years ago
parent 85e6aef5d6
commit 9275e7da09

@ -13873,7 +13873,7 @@ Local static variables are a common source of data races.
##### Example, bad:
void f(fstream& fs, regex pat)
void f(fstream& fs, regex pattern)
{
array<double, max> buf;
int sz = read_vec(fs, buf, max); // read from fs into buf

Loading…
Cancel
Save