nvpro-pipeline / pipeline

nvpro-pipeline is a research rendering pipeline
Other
207 stars 36 forks source link

Improve exception safety with smart pointers #6

Closed elfring closed 8 years ago

elfring commented 8 years ago

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

mtavenrath commented 8 years ago

Yes, new code of this pipeline is using smart pointers for all code. There's still legacy code which hasn't been updated to used smartpointers. If we encounter those code pieces and have some time left we're fixing those places.