12 Oct
2004
12 Oct
'04
1:32 p.m.
On Mon, 11 Oct 2004 10:19:54 -0600, David M. Jones
- The container itself would act more or less identically to std::list; - The iterators on the container would act like boost::weak_ptr in that they would know that they are invalid when the list element that they point to is removed.
Can't you just do this with a std::listboost::shared_ptr? You can convert the *iterators to weak_ptrs as needed. Or am I missing something? -- Caleb Epstein caleb.epstein@gmail.com