
21 Jan
2009
21 Jan
'09
10:19 p.m.
On Wed, Jan 21, 2009 at 9:34 PM,
Does anyone have an idea why the following doesn't compile: using lambda::_1; using lambda::_2; boost::function
&)> f = lambda::ret<double>(_1[0] * _1[1]);
I'm not sure about this, but you might try
boost::function