[boost] shared_cyclic_ptr question

2003-06-04 Thread Philippe A. Bouchard
Greetings Boost, I am not that much familiar with garbage collection techniques so please excuse me if the technique I am thinking of is already used somewhere. Let's say: - you can easily detect weither an object was allocated on the stack or on the heap; - a smart pointer contained within

Re: [boost] shared_cyclic_ptr question

2003-06-04 Thread Gregory Colvin
On Wednesday, Jun 4, 2003, at 08:22 America/Denver, Philippe A. Bouchard wrote: Greetings Boost, I am not that much familiar with garbage collection techniques so please excuse me if the technique I am thinking of is already used somewhere. Let's say: - you can easily detect weither an