boost::shared_ptr confusion...

I've just started working on my first project trying to fully utilize
STL and the boost libraries, and have already run into something that
I can't seem to figure out...
I'm trying to use find_if to check if a member function of an object
contained in an array returns true. It will only return true for a
single object in the collection, so I just need the first instance.
When the vector is declared like this:
vector
participants (2)
-
Peter Dimov
-
someuserat