Containers of auto pointers

Posted by Gianluca on Stack Overflow See other posts from Stack Overflow or by Gianluca
Published on 2010-05-20T07:56:19Z Indexed on 2010/05/20 8:00 UTC
Read the original article Hit count: 273

Filed under:
|
|

I know containers of auto pointers should not be used and can cause problem. What is the actual reason for that? Is that any other kind of "smart" pointer which is safe to use in a container?

© Stack Overflow or respective owner

Related posts about c++

Related posts about stl