alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

Improve exception safety with smart pointers #2

Closed elfring closed 4 years ago

elfring commented 4 years ago

Would you like to wrap any pointer data members with the class template “std::unique_ptr”?

jackonan commented 4 years ago

Raw pointer is a frugal way if you can control its lifecycle.

elfring commented 4 years ago

I suggest to achieve safe resource management.