Lunderberg opened a new pull request, #12822:
URL: https://github.com/apache/tvm/pull/12822

   Previously, `tvm::With` had the default compiler-provided move constructors. 
 If these were used (e.g. by storing a `With` into a vector), the 
`ExitWithScope` would be called multiple times.  This commit explicitly removes 
the copy constructor/assignment, and explicitly implements move 
constructor/assignment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to