You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I started the project, it was limited to c++11. Thats why the old parts are using raw pointers while the new ones use smart pointers. Your point is valid, and I want to migrate to smart pointers.
But I have very limited time at the moment and new functionality is more attractive when I have an hour or half, so I can't say it will be done fast.
Would you like to wrap any pointer data members with the class template “std::unique_ptr”?
Update candidates:
The text was updated successfully, but these errors were encountered: