[C++-sig] Re: class_, HeldType, and NonCopyable...please help !!

Stefan Seefeld seefeld at sympatico.ca
Thu Mar 10 16:25:55 CET 2005


Hi David,

welcome back ! ;-)

David Abrahams wrote:

> Uh, yeah.  Using a raw pointer as the HeldType is playing with fire.

Do you have any suggestion as to how to deal with objects managed
by a garbage collector (Boehm's) ? Is there any danger of the GC
not seeing the python runtime referring to the objects ?

I'm not sure I'm going to keep the GC in my code (I'm talking about
the synopsis parse tree code, btw.), but for now it's there (legacy),
and so I'd like to use it unchanged.

Thanks,
		Stefan



More information about the Cplusplus-sig mailing list