P
Panjandrum
i want to show:
1). auto_ptr is not so safe.
2). given 1) is true, then it seems no much reason to use auto_ptr,
because we can use normal pointer safely, with care.
in this respect, auto_ptr does not have much obvious advantage over
normal pointer.
It also has many disadvantages and usability traps. And, most of all,
auto_ptr is not a pointer. Just an object that implements an
operator*() function.