what happens when you copy vector<boost::share_ptr> to another vector

Posted by SWKK on Stack Overflow See other posts from Stack Overflow or by SWKK
Published on 2010-05-19T15:23:27Z Indexed on 2010/05/19 15:30 UTC
Read the original article Hit count: 174

Filed under:
|
|

Do we get multiple copies of the pointers yet the data members are still being shared?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost