We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the comment at https://github.com/dmlc/tvm/blob/1120655b7bc43c8881f982424a986974eeaf75e6/include/tvm/runtime/packed_func.h#L609-L612, but instead of being disabled the copy constructor is declared on the next line (and the assignment operator on https://github.com/dmlc/tvm/blob/1120655b7bc43c8881f982424a986974eeaf75e6/include/tvm/runtime/packed_func.h#L718-L720).
One of them should be removed, but I don't know which (deleting copy constructor explicitly makes compilation fail).
The text was updated successfully, but these errors were encountered:
Thanks for pointing it out. The comment should be removed
Sorry, something went wrong.
close by #2527 thanks to @alexeyr
No branches or pull requests
This is the comment at https://github.com/dmlc/tvm/blob/1120655b7bc43c8881f982424a986974eeaf75e6/include/tvm/runtime/packed_func.h#L609-L612, but instead of being disabled the copy constructor is declared on the next line (and the assignment operator on https://github.com/dmlc/tvm/blob/1120655b7bc43c8881f982424a986974eeaf75e6/include/tvm/runtime/packed_func.h#L718-L720).
One of them should be removed, but I don't know which (deleting copy constructor explicitly makes compilation fail).
The text was updated successfully, but these errors were encountered: