From: Meryl Silverburgh (silverburgh.meryl_at_[hidden])
Date: 2007-05-15 18:07:48


Hi,

I use boost library with for_each to loop thru my vector.

    for_each(myVector.begin(),myVector.end(), bind ( &MyClass::aFunc,
this, _1) );

Can you please tell me how can i loop thru the same list in reverse?

Thank you.