hyperion-project / hyperion.ng

The successor to Hyperion aka Hyperion Next Generation
https://hyperion-project.org/
MIT License
3.11k stars 384 forks source link

Improve exception safety with smart pointers #981

Closed elfring closed 8 months ago

elfring commented 4 years ago

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

m-seker commented 4 years ago

@elfring Thanks. This is already in my TODO list. We indeed need to convert some of the raw pointers to smart ones and some of them to references.

elfring commented 8 months ago

Thanks for your source code improvements.