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