
23 Apr
2005
23 Apr
'05
9:14 p.m.
"Bo Peng" <ben.bob@gmail.com> wrote in message news:6ea7b5430504230920765fdc2@mail.gmail.com... |> > This may be a good solution. The only problem is that find(...) will | > > be looking for identical pointers instead of identical objects. Easy | > > to fix though. | > > | > Easiest to fix using indirect_iterators | > (http://www.boost.org/libs/iterator/doc/indirect_iterator.html) rather | > than raw container iterators... | > | | This is *exactly* what I need! Thank you! maybe you should use boost.pointer container in 1.33 -Thorsten