提交 88998999 编写于 作者: K kun yu

cannot use make_shared


Former-commit-id: dd213f89cdac4b36734a18078c1712872c8d8e84
上级 128b25e9
......@@ -106,7 +106,6 @@ CreateTableTask::CreateTableTask(const ::milvus::grpc::TableSchema& schema)
}
BaseTaskPtr CreateTableTask::Create(const ::milvus::grpc::TableSchema& schema) {
// return std::make_shared<BaseTask>(new CreateTableTask(schema));
return std::shared_ptr<BaseTask>(new CreateTableTask(schema));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册