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.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to