
17 Apr
2008
17 Apr
'08
12:36 p.m.
Folks,
What is wrong with the code below:
class SomeClass
{
public:
int doSomething(int i=0)
{
return ++i;
}
};
boost::function2