7 Jul
2008
7 Jul
'08
8:43 p.m.
The following code does not compile:
struct X {
int foo(int i) { return ++i; }
template<class T> void foo( T& t );
};
int main()
{
boost::function