RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

Improve exception safety with smart pointers #7

Closed elfring closed 7 years ago

elfring commented 7 years ago

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

milostosic commented 7 years ago

No, I do not use or like "smart" pointers.