未验证 提交 360f0ae4 编写于 作者: T Thunderbrook 提交者: GitHub

fix concurrent_unordered_map (#41820)

上级 338e00dd
......@@ -551,6 +551,7 @@ class concurrent_unordered_map : public managed {
update_existing_value(existing_value, x, op);
insert_success = true;
break;
}
current_index = (current_index + 1) % hashtbl_size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册