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

Replace raw pointers with std::unique_ptr #2102

Open
bunnybot opened this issue Sep 9, 2019 · 1 comment
Open

Replace raw pointers with std::unique_ptr #2102

bunnybot opened this issue Sep 9, 2019 · 1 comment
Labels
cleanup & refactoring Improving our code quality

Comments

@bunnybot
Copy link

bunnybot commented Sep 9, 2019

Wherever appropriate, replace raw pointers with std::unique_ptr

We have some instances where we already have good management of the raw pointers, e.g. in the Panel class. Those can stay as they are for now.


Imported from Launchpad using lp2gh.

@bunnybot bunnybot added cleanup & refactoring Improving our code quality New labels Sep 9, 2019
@gunchleoc gunchleoc added enhancement New feature or request and removed Wishlist labels Sep 13, 2019
@gunchleoc gunchleoc added this to Needs triage in Issue triage Sep 13, 2019
@gunchleoc
Copy link
Contributor

@gunchleoc gunchleoc removed this from To Do in Issue triage Sep 20, 2019
@gunchleoc gunchleoc removed the enhancement New feature or request label Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup & refactoring Improving our code quality
Projects
None yet
Development

No branches or pull requests

2 participants