mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
cannot use make_shared
Former-commit-id: dd213f89cdac4b36734a18078c1712872c8d8e84
This commit is contained in:
parent
128b25e90a
commit
88998999f1
@ -106,7 +106,6 @@ CreateTableTask::CreateTableTask(const ::milvus::grpc::TableSchema& schema)
|
|||||||
}
|
}
|
||||||
|
|
||||||
BaseTaskPtr CreateTableTask::Create(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));
|
return std::shared_ptr<BaseTask>(new CreateTableTask(schema));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user