You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/26 23:16:34 UTC

[GitHub] [tvm] vinx13 opened a new pull request, #12196: Use std::move to avoid warnings on clang-13

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

   Returning an instance of a subclass of the return type disable copy elision, `std::move` is needed in this case.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] wrongtest-intellif commented on pull request #12196: Use std::move to avoid warnings on clang-13

Posted by GitBox <gi...@apache.org>.
wrongtest-intellif commented on PR #12196:
URL: https://github.com/apache/tvm/pull/12196#issuecomment-1196197309

   Thank you~ It is happy for macos users :)


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] vinx13 merged pull request #12196: Use std::move to avoid warnings on clang-13

Posted by GitBox <gi...@apache.org>.
vinx13 merged PR #12196:
URL: https://github.com/apache/tvm/pull/12196


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org