From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-21 08:05:48


From: "Gary Powell" <powellg_at_[hidden]>
> The LL solution is of course:
>
> std::find_if(themap.begin(), themap.end(),
> ( _1->*second == 3.14) );

I don't think so. ;-) _1->*&map_t::value_type::second == 3.14.