I've been avoiding advanced use of auto_ptr (such as in function
interfaces) because the standard on it was finalized at a late date and as
a result many compilers has non-standard implementations. I think VC6
still has a non-standard implementaiton of auto_ptr.
Btw, I'm using std::auto_ptr on VC6/STLPort without any problems.
Michael
