-
Notifications
You must be signed in to change notification settings - Fork 2
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 pointer usage [TRACKER] #38
Comments
Another files that use raw pointers for further change modules\ugdk-2d\include\ugdk\desktop\2D\window.h |
We'll probably have to split this issue into many. |
In modules
|
|
Use smart pointers to automate memory management and document clearly when a function steals ownership.
Certainly more...
EDIT (by @Kazuo256):
Track of raw pointers-related issues:
Raw pointers that will not be removed:
T*
instructure::IndexableTable
T*
inresource::ResourceContainer
The text was updated successfully, but these errors were encountered: