FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
770 stars 191 forks source link

Improve exception safety with smart pointers #251

Closed elfring closed 4 months ago

elfring commented 1 year ago

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

Update candidates:

elfring commented 4 months ago

:thought_balloon: Would you like to take the C++ guideline “R.11: Avoid calling new and delete explicitly” better into account?

prj- commented 4 months ago

No.