
7 May
2004
7 May
'04
2:29 a.m.
On Thursday 06 May 2004 09:50 pm, David Abrahams wrote:
Going to passing by value would take us further from that ideal equivalence.
I agree. IMO the best answer for now is to generate the 2^N overloads of operator() for some user-selectable N. Unary and binary functions are so common that IMO usually N==2 will do it.
Agreed. Doug