Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk