1 Sep
2005
1 Sep
'05
4:35 p.m.
On 9/1/05, jarvi
Hello Stuart,
Thanks for submitting a full program to try immediately.
It seem to be a bug in Lambda, the type deduction gives bool for the type of the first branch, and const bool& for the second. And deems that both are convertible to each other and claims it's ambiguous.
Best,
Jaakko Järvi
Thanks for the quick reply - it's prompted me to try using const bool
rather than bool for the bind return type:
boost::function