Thread Previous • Date Previous • Date Next • Thread Next |
Hi, small question, I am using unique pointer, this way: std::unique_ptr<Path> path2 (new Path()); Is it necessary to call any 'delete' on the end of scope (end of curly braces)? Probably not, I think..... Thanks
Thread Previous • Date Previous • Date Next • Thread Next |