提交 703321e2 编写于 作者: Y Yu Yang

Fix CI

上级 b2806135
...@@ -76,7 +76,7 @@ class OpDescBind { ...@@ -76,7 +76,7 @@ class OpDescBind {
std::vector<typename MapType::key_type> ret_val; std::vector<typename MapType::key_type> ret_val;
ret_val.reserve(map.size()); ret_val.reserve(map.size());
std::transform( std::transform(
map.begin(), map.end(), ret_val.begin(), map.begin(), map.end(), std::back_inserter(ret_val),
[](const typename MapType::value_type &pair) { return pair.first; }); [](const typename MapType::value_type &pair) { return pair.first; });
return ret_val; return ret_val;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册