Skip to content

Commit

Permalink
Update src/grpc/infer_handler.h
Browse files Browse the repository at this point in the history
Co-authored-by: GuanLuo <[email protected]>
  • Loading branch information
pskiran1 and GuanLuo authored Sep 6, 2024
1 parent 813e3c9 commit cfb50cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grpc/infer_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ class InferHandler : public HandlerBase {
std::vector<
std::shared_ptr<const SharedMemoryManager::SharedMemoryInfo>>&&
shm_regions_info)
: state_(state), shm_regions_info_(shm_regions_info)
: state_(state), shm_regions_info_(std::move(shm_regions_info))
{
}
};
Expand Down

0 comments on commit cfb50cb

Please sign in to comment.