Lunderberg commented on PR #12822: URL: https://github.com/apache/tvm/pull/12822#issuecomment-1249784828
This arose as a potential concern for segfaults when making a `std::vector<With<ConstraintContext>>`, as the vector may internally call a copy constructor, resulting in multiple calls to the same `ExitWithScope`. This never ended up being the issue, but I wanted to remove it from any future debugging. -- 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]
