11 Feb
2005
11 Feb
'05
9:02 p.m.
I can use boost::bind to use a function that takes several arguments in
a context where it is passed fewer arguments:
void f1(int, double);
boost::function