Is auto_ptr deprecated?

Posted by idimba on Stack Overflow See other posts from Stack Overflow or by idimba
Published on 2010-03-08T19:32:40Z Indexed on 2010/03/08 19:36 UTC
Read the original article Hit count: 285

Filed under:
|
|
  1. Is auto_ptr deprecated in incomming C++ standard?
  2. Is unique_ptr should be used for ownershipt transfer instead of share ptr?
  3. If unique_ptr is not in standard, than do I need use shared_ptr instead?

© Stack Overflow or respective owner

Related posts about c++

Related posts about smart-pointers