Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use std::shared_ptr for better data management #13

Open
baagaard-usgs opened this issue Mar 1, 2020 · 0 comments
Open

Use std::shared_ptr for better data management #13

baagaard-usgs opened this issue Mar 1, 2020 · 0 comments
Assignees

Comments

@baagaard-usgs
Copy link
Contributor

Use C++11 feature std::shared_ptr for better memory management between C++ and Python.

Also use std::unique_ptr when appropriate for holding pointers that are never shared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant