未验证 提交 4a4961fb 编写于 作者: A alexey-milovidov 提交者: GitHub

Update FunctionFactory.cpp

上级 4a142a44
......@@ -56,12 +56,12 @@ FunctionOverloadResolverImplPtr FunctionFactory::getImpl(
return res;
}
std::vector<std::string> FunctionFactory::getAllNames() const {
std::vector<std::string> FunctionFactory::getAllNames() const
{
std::vector<std::string> res;
res.reserve(functions.size());
for (const auto& func : functions) {
for (const auto & func : functions)
res.emplace_back(func.first);
}
return res;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册