Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make RPC message constructor actually move (pytorch#33440)
Summary: Pull Request resolved: pytorch#33440 The constructors make a copy without `std::move` in the initializer list. Test Plan: Confirmed manually that without this change, the `data()` pointer of the vector changes. With this change it does not, as intended. Reviewed By: mrshenli Differential Revision: D19948685 fbshipit-source-id: ee4f22e29894b858ad86068722dc2f4651987517
- Loading branch information