What are potential dangers when using boost::shared_ptr?

Posted by dehmann on Stack Overflow See other posts from Stack Overflow or by dehmann
Published on 2009-03-31T15:05:57Z Indexed on 2010/03/22 23:51 UTC
Read the original article Hit count: 340

What are some ways you can shoot yourself in the foot when using boost::shared_ptr? In other words, what pitfalls do I have to avoid when I use boost::shared_ptr?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about boost