Re: [C++-sig] trouble using vector of shared_ptr using boost python

2012-01-13 Thread helferthomas
Thanks, it works flawlessly. Sincerly, Helfer Thomas - Mail original - De: "Jim Bosch" À: cplusplus-sig@python.org Envoyé: Vendredi 13 Janvier 2012 17:15:27 Objet: Re: [C++-sig] trouble using vector of shared_ptr using boost python On 01/13/2012 03:13 AM, helfertho...@fre

Re: [C++-sig] trouble using vector of shared_ptr using boost python

2012-01-13 Thread Jim Bosch
On 01/13/2012 03:13 AM, helfertho...@free.fr wrote: Hi, In the following test, we wrap a class "A" (and the class shared_ptr using boost python facilites) and a function returning a vector of shared_ptr of this class (see test.cxx). The class "A" provides a display method. Creating an object