Do I need to wrap std::unique_ptr usage with try/catch in code which should be exception safe? std::unique_ptr will hold a raw memory block created by ::malloc (with my custom deleter to call ::free).
std::unique_ptr
try/catch
::malloc
::free
Aucun commentaire:
Enregistrer un commentaire