You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/18 22:16:28 UTC

[GitHub] yuxihu opened a new pull request #13933: Remove redundant shared_ptr for exception_ptr

yuxihu opened a new pull request #13933: Remove redundant shared_ptr for exception_ptr
URL: https://github.com/apache/incubator-mxnet/pull/13933
 
 
   [std::exception_ptr](https://en.cppreference.com/w/cpp/error/exception_ptr) is already reference counted. There is no need to wrap it with shared_ptr. This PR removes the redundant shared_ptr for var_exception and opr_exception members.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services