pytorch
ebf55a7d - Always use intrusive_ptr for Message (2 out of 2) (#58423)

Commit
4 years ago
Always use intrusive_ptr for Message (2 out of 2) (#58423) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58423 This is part 2 of the previous PR. Here we address the remaining occurrences of "raw" Message, namely the ones within toMessageImpl. And since they're the last ones, we make the constructor of Message private, to prevent new usages from emerging. ghstack-source-id: 129567049 Test Plan: CI Reviewed By: mrshenli Differential Revision: D28474879 fbshipit-source-id: 498652a8b80a953396cd5d4b275c0b2e869c9ecf
Author
lw lw
Parents
Loading