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

Reply via email to