提交 649a51a3 编写于 作者: D DannyIsFunny

test=develop

上级 6fbf29c4
......@@ -76,7 +76,7 @@ std::vector<std::string> Scope::AttributeVarNames() const {
std::find(resulted_keys.begin(), resulted_keys.end(), skiped_vars[i]);
while (iter != resulted_keys.end()) {
resulted_keys.erase(iter);
auto iter =
iter =
std::find(resulted_keys.begin(), resulted_keys.end(), skiped_vars[i]);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册