Andre Poenitz <[EMAIL PROTECTED]> writes: | I do not need to pass such things to functions a copy. | | So what would I use? Probably shared_ptr, _but_ that depend on how the copy contructor is supposed to work. Should the new object have a pointer to the same object that the first class points too? If you need a deep copy you have to write the copy con, copy assign. manually. -- Lgb
- boost::shared_pointer Andre Poenitz
- Re: boost::shared_pointer Baruch Even
- Re: boost::shared_pointer Andre Poenitz
- Re: boost::shared_pointer Lars Gullik Bjønnes
- Re: boost::shared_pointer Andre Poenitz
- Re: boost::shared_pointer Lars Gullik Bjønnes
- Re: boost::shared_pointer Lars Gullik Bjønnes
- Re: boost::shared_pointer Baruch Even