Re: [C++-sig] storing weak_ptr to this in classes extended from python

2012-02-04 Thread Jim Bosch
On 02/03/2012 02:26 PM, Holger Brandsmeier wrote: Dear list, Note: I am actually using Teuchos::RCP instead of boost::shared_ptr and boost::weak_ptr, but I already mirrored almost all the special treatments in boost::python, and have been successfully using this for a while. Everything that I wr

[C++-sig] storing weak_ptr to this in classes extended from python

2012-02-03 Thread Holger Brandsmeier
Dear list, Note: I am actually using Teuchos::RCP instead of boost::shared_ptr and boost::weak_ptr, but I already mirrored almost all the special treatments in boost::python, and have been successfully using this for a while. Everything that I write should actually apply to both implementations in