limonEngine icon indicating copy to clipboard operation
limonEngine copied to clipboard

Improve exception safety with smart pointers

Open elfring opened this issue 5 years ago • 1 comments

Would you like to wrap any pointer data members with the class template “std::unique_ptr”?

Update candidates:

elfring avatar Mar 22 '20 20:03 elfring

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.

enginmanap avatar Mar 22 '20 20:03 enginmanap