Hacker News new | ask | show | jobs
by TillE 4238 days ago
The only common exceptions for smart pointer usage should be for interfacing with an awkward C library or the OS, in which case you'd typically be using specific memory allocation functions, not new/delete.