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

Remove raw pointers #33

Open
1 task
micheltakken opened this issue Aug 29, 2024 · 0 comments
Open
1 task

Remove raw pointers #33

micheltakken opened this issue Aug 29, 2024 · 0 comments
Assignees
Labels
c++ Anything related to C++ code enhancement Improvement of an existing feature or request

Comments

@micheltakken
Copy link
Member

micheltakken commented Aug 29, 2024

Remove raw pointers

Using raw pointers can lead to some weird behaviour if the library is compiled within a different project (e.g., GUI) if ownership of pointers is assumed.

  • Where possible, raw pointers should be replaced with shared_ptr<>
@micheltakken micheltakken added c++ Anything related to C++ code enhancement Improvement of an existing feature or request labels Aug 29, 2024
@micheltakken micheltakken self-assigned this Aug 29, 2024
@cda-tum cda-tum deleted a comment Aug 29, 2024
@micheltakken micheltakken added this to the GUI Ready Version milestone Aug 29, 2024
@micheltakken micheltakken removed this from the GUI Ready Version milestone Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Anything related to C++ code enhancement Improvement of an existing feature or request
Projects
None yet
Development

No branches or pull requests

1 participant