
3 Mar
2009
3 Mar
'09
8:05 p.m.
Hello,
I'd like to bind std::for_each with some other functor created on the
fly, like this:
struct A
{
void f(int, int);
};
vector