MirageRender icon indicating copy to clipboard operation
MirageRender copied to clipboard

Improve exception safety with smart pointers

Open elfring opened this issue 8 years ago • 1 comments

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

Update candidates:

elfring avatar Sep 27 '16 06:09 elfring

Yes, things would make way more sense that way. Though I'd have to read more about smart pointers before doing anything like this. I'm a beginner with C++, I know the basics but I haven't had the time to really read about the language and it's standard library that much, most of what I know I've just learned by experimentation.

I will do it, or if you want to I'm always happily accepting pull requests.

Anyways, thanks a lot. These are some nice suggestions you are sending.

Harha avatar Sep 27 '16 17:09 Harha