$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bo Peng (ben.bob_at_[hidden])
Date: 2005-04-23 11:20:30
> > 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!
Bo