nasa / koviz

Koviz is a Trick simulation data plotting, visualization and analysis tool
Other
21 stars 11 forks source link

Use more smart pointers #11

Closed elfring closed 6 months ago

elfring commented 1 year ago

:thinking: How do you think about to wrap any more pointers with the class template “std::unique_ptr”?

:thought_balloon: Would you like to take the C++ guideline “R.11: Avoid calling new and delete explicitly” better into account?