From: Larry Evans (jcampbell3_at_[hidden])
Date: 2003-05-29 10:46:08


Larry Evans wrote:
[snip]
> See if the current stl_container.cpp can at least traverse your pointer
> graph correctly.
Unfortunately, stl_container.cpp can't work with the stl because it prototypes
a "slight" modification to stl to make stl easily gc'ed. If you want to work
with the current stl, you'll have to do something similar to
scoped_cyclic_container<ip_offset_iterator>, i.e. derive a class from the
stl container whose CTOR stores the method in the descriptor. This is
on my todo list.