Open zhang-alvin opened 4 years ago
The dynamic memory allocation calls via new in C++ should be replaced by smart pointers at some point as a matter of robustness and style moving forward.
new
The dynamic memory allocation calls via
new
in C++ should be replaced by smart pointers at some point as a matter of robustness and style moving forward.