Hacker News new | ask | show | jobs
by obiterdictum 5517 days ago
There isn't. There are two explicit methods to get raw pointer value with different semantics:

- get(): auto_ptr retains the ownership

- release(): auto_ptr loses the ownership