[C++-sig] Using destructors in the right way

Luciano M. Wolf lucianomw at gmail.com
Tue Nov 4 22:05:38 CET 2008


Hi all,

I'm using boost::python to make bindings and now I got in trouble. I'm
trying to avoid Python deleting my C++ class before other classes but
I didn't find any clue on how to do this. Is there a way to tell boost
that my object should be the last one to be deleted? Thanks in
advance!

Regards,
Luciano


More information about the Cplusplus-sig mailing list