kparzysz-quic opened a new pull request, #12304:
URL: https://github.com/apache/tvm/pull/12304

   `ObjectPath` is marked as non-nullable, which causes it not to have a 
default constructor. The derived classes, on the other hand, are not marked as 
such, thus getting an explicitly defaulted default constructor (via TVM 
macros). This constructor can't actually be called since it ends up being 
deleted, so the derived classes are effectively non-nullable.


-- 
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